root 6657312cb2 Ansible adaptions | il y a 1 an | |
---|---|---|
icons | il y a 1 an | |
pylibs @ 9ce97cedf3 | il y a 2 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 1 an | |
requirements.txt | il y a 2 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