Skip to content

Commit e8cd52c

Browse files
committed
Update documentation
Signed-off-by: Chin Yeung Li <[email protected]>
1 parent 1374715 commit e8cd52c

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

docs/source/home.rst

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,15 @@ or on windows:
6868
configure
6969

7070

71-
Activate the virtualenv
71+
ACTIVATE the VIRTUALENV
7272
-----------------------
7373
To activate the virtualenv, run (on posix):
74-
source bin/activate
74+
source venv/bin/activate
7575
or on windows:
76-
bin\\activate
76+
venv\\bin\\activate
7777

7878

79-
Deactivate the virtualenv
79+
DEACTIVATE the VIRTUALENV
8080
-------------------------
8181
To deactivate the virtualenv, run (on both posix and windows):
8282
deactivate
@@ -101,12 +101,20 @@ on aboutcode-toolkit usage.
101101
TESTS and DEVELOPMENT
102102
---------------------
103103
To install all the needed development dependencies, run (on posix):
104-
source configure etc/conf/dev
104+
./configure --dev
105105
or on windows:
106-
configure etc/conf/dev
106+
configure --dev
107107

108108
To 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

112120
HELP and SUPPORT

0 commit comments

Comments
 (0)