Skip to content

Commit 1c0de74

Browse files
authored
Update README.md
1 parent 6433fec commit 1c0de74

File tree

1 file changed

+3
-20
lines changed

1 file changed

+3
-20
lines changed

README.md

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,29 +8,12 @@
88
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/polyfempy/badges/installer/conda.svg)](https://conda.anaconda.org/conda-forge)
99

1010

11-
12-
13-
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!
1412

1513
<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:
2315
```
24-
python setup.py install
16+
pip install .
2517
```
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/).
3518

3619
For full documentation see [https://polyfem.github.io/](https://polyfem.github.io/).

0 commit comments

Comments
 (0)