From 81555e3bd23c74ce915d246ca51fa65d84c22ae7 Mon Sep 17 00:00:00 2001 From: srv Date: Mon, 5 May 2025 15:29:27 -0500 Subject: First commit --- python-virtualenv/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 python-virtualenv/README.md (limited to 'python-virtualenv/README.md') 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 -- cgit v1.2.3