2021-05-09 09:46:20 +00:00
2021-05-09 09:46:20 +00:00
2021-05-09 11:52:44 +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 Cutelog

venv/bin/ptpython

Upgrade

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

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