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
[](https://www.repostatus.org/#active)
### Using the command-line `pip` tool (also applies to conda environments)
42
+
```bash
43
+
pip install PyPartMC
44
44
```
45
45
46
46
Note that, depending on the environment (OS, hardware, Python version), the pip-install invocation
@@ -49,6 +49,13 @@ In the latter case, a Fortran compiler and some development tools includiong CMa
49
49
are required (while all non-Python dependencies are included in the PyPartMC source archive).
50
50
In both cases, all Python dependencies will be resolved by pip.
51
51
52
+
### In a Jupyter notebook cell (also on Colab or jupyter-hub instances)
53
+
54
+
```python
55
+
! pip install PyPartMC
56
+
import PyPartMC
57
+
```
58
+
52
59
#### Jupyter notebooks with examples
53
60
Note: clicking the badges below redirects to cloud-computing platforms. The mybinder.org links allow anonymous execution, Google Colab requires logging in with a Google account, ARM JupyerHub requires logging in with an ARM account (and directing Jupyter to a particular notebook within the `examples` folder).
0 commit comments