root 6657312cb2 Ansible adaptions | vor 1 Jahr | |
---|---|---|
icons | vor 1 Jahr | |
pylibs @ 9ce97cedf3 | vor 2 Jahren | |
.gitignore | vor 3 Jahren | |
.gitmodules | vor 3 Jahren | |
LICENSE | vor 3 Jahren | |
README.md | vor 2 Jahren | |
reposinit | vor 1 Jahr | |
requirements.txt | vor 2 Jahren |
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