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