Skip to content

Commit 592b947

Browse files
authored
Merge pull request #65 from nexB/61_update_readme
#Fixed 61 Update README.rst and configure script to sync between OS
2 parents 1829e37 + 1ff4d51 commit 592b947

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

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)