Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
killiansheriff authored Aug 8, 2023
1 parent 87d110c commit 496d8cb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,15 @@ Example scripts can be found in the ``examples/`` folder.
## Installation
For a standalone Python package or Conda environment, please use:
```bash
pip install --user git+https://github.com/killiansheriff/WarrenCowleyParameters.git
pip install --user WarrenCowleyParameters
```

For *OVITO PRO* built-in Python interpreter, please use:
```bash
ovitos -m pip install --user git+https://github.com/killiansheriff/WarrenCowleyParameters.git
```
ovitos -m pip install --user WarrenCowleyParameters
```

If you want to install the lastest git commit, please replace ``WarrenCowleyParameters`` by ``git+https://github.com/killiansheriff/WarrenCowleyParameters.git``.

![](media/wc_bar_plot.png)

Expand Down

0 comments on commit 496d8cb

Please sign in to comment.