Dirk Alders c631085be5 reposinit script update | il y a 2 ans | |
---|---|---|
pylibs @ 3cc275bf83 | il y a 3 ans | |
.gitignore | il y a 3 ans | |
.gitmodules | il y a 3 ans | |
LICENSE | il y a 3 ans | |
README.md | il y a 2 ans | |
reposinit | il y a 2 ans | |
requirements.txt | il y a 3 ans |
Installation instruction for ptpython
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
deactivate
venv/bin/ptpython
source venv/bin/activate
pip install -U -r requirements.txt
deactivate
git submodule init
git submodule update
cd pylibs
git submodule init
git submodule update
cd ../venv/lib/python3.*/site-packages
for lib in ls -d ../../../../pylibs/*/
; do ln -s $lib; done