Skip to content

Commit 5b2b7c1

Browse files
committed
#Fixed 61 Update README.rst and configure script to sync between OS
Signed-off-by: Chin Yeung Li <[email protected]>
1 parent 2b0c7be commit 5b2b7c1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,8 @@ Development
135135
===========
136136

137137
* Checkout a clone from https://github.com/nexB/license-expression.git
138-
* Then run ``./configure`` (or ``configure.bat``) and then ``source bin/activate``.
138+
* Then run ``./configure --dev`` (or ``configure --dev`` if on winwdows)
139+
and then ``source tmp/bin/activate`` (or ``tmp\bin\activate`` if on windows)
139140
This will install all vendored dependencies in a local virtualenv, including
140141
development deps.
141142
* To run the tests, run ``py.test -vvs``

configure.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@ if %ERRORLEVEL% neq 0 (
142142
%PIP_EXTRA_ARGS% ^
143143
%CFG_REQUIREMENTS%
144144

145+
mklink /J %CFG_ROOT_DIR%\%VIRTUALENV_DIR%\bin %CFG_ROOT_DIR%\%VIRTUALENV_DIR%\Scripts
146+
145147
if %ERRORLEVEL% neq 0 (
146148
exit /b %ERRORLEVEL%
147149
)

0 commit comments

Comments
 (0)