Skip to content

Commit

Permalink
update installation method on documenation
Browse files Browse the repository at this point in the history
  • Loading branch information
qiauil committed Jul 30, 2024
1 parent dd06379 commit e178835
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@

## Installation

* Install through pip: `pip install git+https://github.com/qiauil/ConvDO`
* Install through pip: `pip install ConvDO`
* Install the latest version through pip: `pip install git+https://github.com/qiauil/ConvDO`
* Install locally: Download the repository and run `./install.sh` or `pip install .`

## Feature
Expand All @@ -33,4 +34,4 @@ If you need to solve more complex PDEs using differentiable functions, please ha
* [PhiFlow](https://github.com/tum-pbs/PhiFlow): A differentiable PDE solving framework for machine learning
* [Exponax](https://github.com/Ceyron/exponax): Efficient Differentiable n-d PDE solvers in JAX.

For more research on physics based deep learning research, please visit the website of [our research group at TUM](https://ge.in.tum.de/publications/).
For more research on physics based deep learning research, please visit the website of [our research group at TUM](https://ge.in.tum.de/publications/).

0 comments on commit e178835

Please sign in to comment.