Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ If the relevant EasyReflectometry installation does not work on your system, the
git clone https://github.com/easyScience/EasyReflectometryApp
```
3. Go to **EasyReflectometryApp** directory
4. Create virtual environment for **EasyReflectometryApp** and install its dependences using **poetry**
4. Create virtual environment for **EasyReflectometryApp** and install it and its dependences using **pip**
```
poetry install
pip install .
```
5. Launch **EasyReflectometry** application using **poetry**
```
poetry run EasyReflectometry
python EasyReflectometryApp/main.py
```

It is also possible to install [poetry within a conda](https://anaconda.org/conda-forge/poetry) environment [if you really need to](https://xkcd.com/1987/), but this is not recommended.
It is also possible to install [poetry within a conda](https://anaconda.org/conda-forge/poetry) environment [if you really need to](https://xkcd.com/1987/), but this is not recommended.