You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-6
Original file line number
Diff line number
Diff line change
@@ -20,11 +20,7 @@ pip install mssm
20
20
pip install matplotlib # Only needed for tutorials
21
21
```
22
22
23
-
The fourth line, installing ``matplotlib`` is only necessary if you want to run the tutorials. Note: pypi will only reflect releases (Basically, the state of the stable branch). Pushes to main continue to be distributed to test.pypi, so if you need the latest changes you can get them from [test.pypi](https://test.pypi.org/project/mssm/#description). In that case, you need to replace the third line in the code above with:
24
-
25
-
```
26
-
pip install -i https://test.pypi.org/simple/ mssm
27
-
```
23
+
The fourth line, installing ``matplotlib`` is only necessary if you want to run the tutorials. Note: pypi will only reflect releases (Basically, the state of the stable branch). If you urgently need a feature currently only available on the main branch, consider building from source.
28
24
29
25
### Building from source
30
26
@@ -43,4 +39,4 @@ pip install .
43
39
44
40
## Contributing
45
41
46
-
Contributions are welcome! Feel free to open issues or make pull-requests to main.
42
+
Contributions are welcome! Feel free to open issues or make pull-requests to main. Some problems that could use work are listed below.
0 commit comments