Skip to content

Commit 7ce3f37

Browse files
committed
Using standard python3 pip installer command
1 parent e1be1e8 commit 7ce3f37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ current or filing a new [issue](https://github.com/sandialabs/pyttb/issues).
2222
2323
Most changes only require dev options
2424
```commandline
25-
pip install -e ".[dev]"
25+
python3 -m pip install -e ".[dev]"
2626
```
2727
2828
But if you are making larger interface changes or updating tutorials/documentation
2929
you can also add the required packages for documentation.
3030
```commandline
31-
pip install -e ".[dev,doc]"
31+
python3 -m pip install -e ".[dev,doc]"
3232
```
3333

3434
1. Checkout a branch and make your changes

0 commit comments

Comments
 (0)