2021-10-07 09:09:53 +02:00
2021-05-09 09:46:20 +00:00
2021-10-07 09:07:01 +02:00
2021-05-09 09:46:20 +00:00
2022-04-22 15:11:10 +02:00
2022-05-08 11:42:23 +02:00
2021-05-09 11:52:44 +02:00

ptpython

Installation instruction for ptpython

Install

Create Virtualenv

virtualenv venv

Install Cutelog

source venv/bin/activate
pip install -r requirements.txt
deactivate

Open ptpython

venv/bin/ptpython

Upgrade

source venv/bin/activate
pip install -U -r requirements.txt
deactivate

Add pylibs to ptpython

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

Description
ptpython configuration
Readme 288 KiB
Languages
C 90.9%
Shell 9.1%