We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1be1e8 commit 7ce3f37Copy full SHA for 7ce3f37
CONTRIBUTING.md
@@ -22,13 +22,13 @@ current or filing a new [issue](https://github.com/sandialabs/pyttb/issues).
22
23
Most changes only require dev options
24
```commandline
25
- pip install -e ".[dev]"
+ python3 -m pip install -e ".[dev]"
26
```
27
28
But if you are making larger interface changes or updating tutorials/documentation
29
you can also add the required packages for documentation.
30
31
- pip install -e ".[dev,doc]"
+ python3 -m pip install -e ".[dev,doc]"
32
33
34
1. Checkout a branch and make your changes
0 commit comments