File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -235,11 +235,11 @@ Development
235235
236236- Checkout a clone from https://github.com/nexB/license-expression.git
237237
238- - Then run ``./configure --dev `` and then ``source tmp/bin/activate ``.
238+ - Then run ``./configure --dev `` and then ``source tmp/bin/activate `` on Linux and POSIX .
239239 This will install all dependencies in a local virtualenv, including
240240 development deps.
241241
242- - On Windows run ``configure.bat --dev `` and then ``Scripts\bin\activate ``.
242+ - On Windows run ``configure.bat --dev `` and then ``Scripts\bin\activate `` instead .
243243
244244- To run the tests, run ``pytest -vvs ``
245245
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