Skip to content

Commit 48ec144

Browse files
Merge pull request #339 from isteinbrecher/update-readme
Add note on pip installation from GitHub
2 parents e76b0fd + 37c132b commit 48ec144

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ MeshPy is developed at the [Institute for Mathematics and Computer-Based Simulat
5050
- [Work that uses MeshPy](#work-that-uses-meshpy)
5151
- [Installation](#installation)
5252
- [Python environment](#python-environment)
53+
- [Install MeshPy from GitHub (most recent version)](#install-meshpy-from-github-most-recent-version)
5354
- [Install MeshPy from source](#install-meshpy-from-source)
5455
- [Optional dependencies](#optional-dependencies)
5556
- [4C](#4c)
@@ -183,6 +184,13 @@ MeshPy is tested with, and supports Python versions 3.9-3.12. It is recommended
183184
source <path-to-env-folder>/meshpy-env/bin/activate
184185
```
185186

187+
### Install MeshPy from GitHub (most recent version)
188+
189+
If you want to install the current `main` version of MeshPy directly from GitHub, simply run:
190+
```bash
191+
pip install git+https://github.com/imcs-compsim/meshpy.git@main
192+
```
193+
186194
### Install MeshPy from source
187195

188196
You can either install MeshPy directly from the source in a non-editable and editable fashion like:

0 commit comments

Comments
 (0)