-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add link to detailed Poetry installation instructions
- Loading branch information
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|