Skip to content

Commit 6b6e2bd

Browse files
committed
add a comment: use python instead of python3 for windows
1 parent b1b3532 commit 6b6e2bd

2 files changed

Lines changed: 4 additions & 9 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,17 @@ First, clone this repository:
1616
git clone https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing.git
1717
```
1818

19-
Then install the package:
19+
Then install the package (On Windows, use `python` instead of `python3`):
2020

2121
```sh
2222
cd STEMMUS_SCOPE_Processing
2323
python3 -m install -e .[dev]
2424
```
2525

26-
or
27-
28-
```sh
29-
python3 -m setup.py develop
30-
```
31-
3226
### Run tests
3327

3428
The testing framework used here is [PyTest](https://pytest.org). You can run
35-
tests as:
29+
tests as (On Windows, use `python` instead of `python3`):
3630

3731
```sh
3832
python3 -m pytest

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ Choose how do you want to run the model, see [Run the model](#run-the-model).
7070

7171
### Install PyStemmusScope
7272

73-
Run the commands below in a terminal:
73+
Run the commands below in a terminal (On Windows, use `python` instead of
74+
`python3`):
7475

7576
```sh
7677
# will be replaced by `pip install pystemmusscope`

0 commit comments

Comments
 (0)