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
The python bindings are in alpha. Expect a lot of API changes and possible bugs. Use at your own peril!
11
+
The Python bindings are in alpha. Expect a lot of API changes and possible bugs. Use at your own peril!
14
12
15
13
<br/>
16
-
I am making efforts to provide a simple python interface to Polyfem.
17
-
18
-
For doing so I am maintaining a *conda* package which can be easily installed [https://anaconda.org/conda-forge/polyfempy](https://anaconda.org/conda-forge/polyfempy).
19
-
20
-
Note that the conda deployment is slow and this tutorial will follow the deployment version.
21
-
22
-
If you hare in a hurry for the juicy latest feature you can clone the repository [Polyfem-python](https://github.com/polyfem/polyfem-python) and use `pip` to install:
14
+
To use the Python bindings, clone the current repository and use `pip` to install:
23
15
```
24
-
python setup.py install
16
+
pip install .
25
17
```
26
-
and
27
-
```
28
-
python setup.py test
29
-
```
30
-
for testing.
31
-
32
-
For python documentation [https://polyfem.github.io/python/](https://polyfem.github.io/python/).
33
-
34
-
For python jupyter notebook [https://polyfem.github.io/python_examples/](https://polyfem.github.io/python_examples/).
35
18
36
19
For full documentation see [https://polyfem.github.io/](https://polyfem.github.io/).
0 commit comments