File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff 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 ``
Original file line number Diff line number Diff 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+
145147if %ERRORLEVEL% neq 0 (
146148 exit /b %ERRORLEVEL%
147149)
You can’t perform that action at this time.
0 commit comments