Browse Source

some small fix for readme

Guénaël Muller 6 years ago
parent
commit
7c8c23b589
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md View File

28
 
28
 
29
 go to *tracim_backend* directory:
29
 go to *tracim_backend* directory:
30
 
30
 
31
-    pushd tracim_backend
31
+    cd tracim_backend
32
 
32
 
33
 ### Setup Python Virtualenv ###
33
 ### Setup Python Virtualenv ###
34
 
34
 
101
 
101
 
102
 Run pep8 checks:
102
 Run pep8 checks:
103
 
103
 
104
-    pep8 tracim --exclude 'tracim/env'
104
+    pep8 tracim
105
 
105
 
106
 Tracim API
106
 Tracim API
107
 ----------
107
 ----------