Parcourir la source

Initial ptpython setup

master
Dirk Alders il y a 3 ans
Parent
révision
6db497f606
2 fichiers modifiés avec 25 ajouts et 1 suppressions
  1. 24
    1
      README.md
  2. 1
    0
      requirements.txt

+ 24
- 1
README.md Voir le fichier

@@ -1,3 +1,26 @@
1 1
 # ptpython
2 2
 
3
-ptpython configuration
3
+Installation instruction for ptpython
4
+
5
+
6
+# Install
7
+
8
+
9
+## Create Virtualenv
10
+virtualenv venv
11
+
12
+
13
+## Install Cutelog
14
+source venv/bin/activate  
15
+pip install -r requirements.txt  
16
+deactivate
17
+
18
+
19
+# Open Cutelog
20
+venv/bin/ptpython
21
+
22
+
23
+# Upgrade
24
+source venv/bin/activate  
25
+pip install -U -r requirements.txt  
26
+deactivate

+ 1
- 0
requirements.txt Voir le fichier

@@ -0,0 +1 @@
1
+ptpython

Chargement…
Annuler
Enregistrer