File tree Expand file tree Collapse file tree 1 file changed +15
-7
lines changed
Expand file tree Collapse file tree 1 file changed +15
-7
lines changed Original file line number Diff line number Diff line change @@ -68,15 +68,15 @@ or on windows:
6868 configure
6969
7070
71- Activate the virtualenv
71+ ACTIVATE the VIRTUALENV
7272-----------------------
7373To activate the virtualenv, run (on posix):
74- source bin/activate
74+ source venv/ bin/activate
7575or on windows:
76- bin\\ activate
76+ venv \\ bin\\ activate
7777
7878
79- Deactivate the virtualenv
79+ DEACTIVATE the VIRTUALENV
8080-------------------------
8181To deactivate the virtualenv, run (on both posix and windows):
8282 deactivate
@@ -101,12 +101,20 @@ on aboutcode-toolkit usage.
101101TESTS and DEVELOPMENT
102102---------------------
103103To install all the needed development dependencies, run (on posix):
104- source configure etc/conf/ dev
104+ ./ configure -- dev
105105or on windows:
106- configure etc/conf/ dev
106+ configure -- dev
107107
108108To verify that everything works fine you can run the test suite with:
109- py.test
109+ pytest
110+
111+
112+ CLEAN BUILD AND INSTALLED FILES
113+ -------------------------------
114+ To clean the built and installed files, run (on posix):
115+ ./configure --clean
116+ or on windows:
117+ configure --clean
110118
111119
112120HELP and SUPPORT
You can’t perform that action at this time.
0 commit comments