Changes between Version 10 and Version 11 of WindowsBuilds
- Timestamp:
- 10/13/20 12:42:58 (19 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WindowsBuilds
v10 v11 19 19 20 20 21 == Dev process == =21 == Dev process == 22 22 23 I am making sure pip script is installed with `python -m pip install -U pip` as the default python might be created with only the pip module and without the pip script. 23 Make sure pip script is installed with `python -m pip install -U pip` as the default python might be created with only the pip module and without the pip script. 24 25 Then you can do the standard `pip install -e .[dev]`