summaryrefslogtreecommitdiff
path: root/python-virtualenv/README.md
diff options
context:
space:
mode:
authorsrv <enmanuel.saravia.externo@pandero.com.pe>2025-05-05 15:29:27 -0500
committersrv <enmanuel.saravia.externo@pandero.com.pe>2025-05-05 15:29:27 -0500
commit81555e3bd23c74ce915d246ca51fa65d84c22ae7 (patch)
tree1ba136af6b87426d37d010866b5cdac110eaeaa8 /python-virtualenv/README.md
First commitdevelop
Diffstat (limited to 'python-virtualenv/README.md')
-rw-r--r--python-virtualenv/README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/python-virtualenv/README.md b/python-virtualenv/README.md
new file mode 100644
index 0000000..c28873e
--- /dev/null
+++ b/python-virtualenv/README.md
@@ -0,0 +1,12 @@
+# Hyperbola only
+
+- You need first compile all the next:
+
+ dash easy-install.sh
+
+- way to use:
+
+ virtualenv -p python3 venv
+ bash && source venv/bin/activate
+ pip install -r requirements.txt
+ python server.py \ No newline at end of file