summaryrefslogtreecommitdiff
path: root/python-virtualenv/README.md
blob: c28873e41fc25f30b6c0a0038838720ffb4143ad (plain)
1
2
3
4
5
6
7
8
9
10
11
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