Skip to content

Commit

Permalink
Add link to detailed Poetry installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Aug 24, 2023
1 parent ae2a4a5 commit de2602e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ PASCal calculates finite Lagrangian strains by default. Options to use finite an
## Offline Installation

PASCal can be also run offline using a browser as a GUI. This requires NumPy, Plotly and Flask. Full requirements (with versions) available in `pyproject.toml`.
Once you have cloned or downloaded this repository, use `pip` to install `poetry` (ideally into a virtual environment of your choice), and then use `poetry` to install the app, by running, for example:
The package and its dependencies are managed with [Poetry](https://python-poetry.org/docs/#installing-with-the-official-installer), which has its own detailed installation insutructions.
For the simplest use case, you can just clone or downloaded this repository, use `pip` to install `poetry` (ideally into a virtual environment of your choice), and then use `poetry` to install the app, by running, for example:

```shell
git clone [email protected]:MJCliffe/PASCal
Expand Down

0 comments on commit de2602e

Please sign in to comment.