ptpython configuration
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Dirk Alders 6db497f606 Initial ptpython setup il y a 3 ans
.gitignore Initial commit il y a 3 ans
LICENSE Initial commit il y a 3 ans
README.md Initial ptpython setup il y a 3 ans
requirements.txt Initial ptpython setup il y a 3 ans

README.md

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