Dirk Alders f10eb81fb1 module update | vor 2 Jahren | |
---|---|---|
pylibs @ 9ce97cedf3 | vor 2 Jahren | |
.gitignore | vor 3 Jahren | |
.gitmodules | vor 3 Jahren | |
LICENSE | vor 3 Jahren | |
README.md | vor 2 Jahren | |
icon.xpm | 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