Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Georg Schramm committed Mar 8, 2021
1 parent 730169b commit 02c8bb9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,13 @@ We recommend to use the anaconda python distribution and to create a
conda virtual environment for pynemaiqpet.

The installation consists of three steps:
1. Installation of anaconda (miniconda) python distribution
2. Creation of the conda virtual environment with all dependencies
1. (optional) Installation of anaconda (miniconda) python distribution
2. (optional) Creation of the conda virtual environment with all dependencies
3. Installation of the pynemaiqpet package using pip

Although optional, we highly recommend to create and use a dedicated virtual
conda python environment (steps 1 and 2).

### Installation of anaconda (miniconda)

Download and install Miniconda from <https://docs.conda.io/en/latest/miniconda.html>.
Expand All @@ -31,7 +34,7 @@ conda init
```
at the end of the installtion process.

To test your miniconda installtion, open a new terminal and execute
To test your miniconda installation, open a new terminal and execute
```
conda list
```
Expand Down

0 comments on commit 02c8bb9

Please sign in to comment.