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