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
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,10 @@
10
10
11
11
12
12
13
-
<asideclass="warning">
14
-
The python bindings are in alpha. Expect a lot of API changes and possible bugs. Use at your own peril!
15
-
</aside>
16
13
14
+
The python bindings are in alpha. Expect a lot of API changes and possible bugs. Use at your own peril!
15
+
16
+
<br/>
17
17
I am making efforts to provide a simple python interface to Polyfem.
18
18
19
19
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).
@@ -22,7 +22,7 @@ Note that the conda deployment is slow and this tutorial will follow the deploym
22
22
23
23
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:
24
24
```
25
-
python setup.py develop
25
+
python setup.py install
26
26
```
27
27
and
28
28
```
@@ -32,4 +32,6 @@ for testing.
32
32
33
33
For python documentation [https://polyfem.github.io/python/](https://polyfem.github.io/python/).
34
34
35
+
For python jupyter notebook [https://polyfem.github.io/python_examples/](https://polyfem.github.io/python_examples/).
36
+
35
37
For full documentation see [https://polyfem.github.io/](https://polyfem.github.io/).
0 commit comments