Dirk Alders a9ab3f2010 common text for reposinit output | vor 2 Jahren | |
---|---|---|
pylibs @ 3cc275bf83 | vor 3 Jahren | |
.gitignore | vor 3 Jahren | |
.gitmodules | vor 3 Jahren | |
LICENSE | vor 3 Jahren | |
README.md | vor 2 Jahren | |
reposinit | vor 2 Jahren | |
requirements.txt | vor 3 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