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)
22
30
23
31
## TL;DR (try in a Jupyter notebook)
24
32
@@ -33,6 +41,12 @@ If interested in contributing to PyPartMC, please have a look a the [notes for d
33
41
import PyPartMC
34
42
```
35
43
44
+
Note that, depending on the environment (OS, hardware, Python version), the pip-install invocation
45
+
may either trigger a download of a pre-compiled binary, or trigger compilation of PyPartMC.
46
+
In the former case, all dependencies will be resolved by pip.
47
+
In the latter case, a Fortran compiler and some development tools includiong CMake, m4 and perl
48
+
are required.
49
+
36
50
#### Jupyter notebooks with examples
37
51
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