NLeSC / software.esciencecenter.nl

eStep website with projects software and people.
http://software.esciencecenter.nl
Other
4 stars 3 forks source link

add documentation of installation notes in readme #197

Open jspaaks opened 7 years ago

jspaaks commented 7 years ago
jspaaks commented 7 years ago
sudo apt install python3-venv
pyvenv .env3
. .env3/bin/activate
pip install -U pip wheel
pip install -r requirements.txt -e .