Skip to content

Commit ddf14d5

Browse files
committed
Update workflow figure
1 parent dd1aed8 commit ddf14d5

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed
452 KB
Loading

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -265,13 +265,9 @@ bash Anaconda3-2023.03-1-Linux-x86_64.sh
265265

266266
After accepting all steps, the conda setup should also be written to your `~/.bashrc`file, so that you can call anaconda typing `conda`.
267267
Next, to download this repository click Code > Download ZIP and unzip the zipped file, e.g. with `unzip PyPEF-main.zip`, or just clone this repository using your bash shell to your local machine `git clone https://github.com/niklases/PyPEF`.
268-
To set up a new environment with conda you can either create the conda environment from the provided YAML file inside the PyPEF directory (`cd PyPEF` or `cd PyPEF-main` dependent on the downloaded file name and chose YAML file for your operating system):
268+
To set up a new environment with conda you can either create the conda environment from the provided YAML file inside the PyPEF directory (`cd PyPEF` or `cd PyPEF-main` dependent on the downloaded file name).
269269

270-
```
271-
conda env create --file linux_env.yml
272-
```
273-
274-
or you can create a new environment yourself. You just need to specify the name of the environment and the Python version, e.g.:
270+
It is recommended to create a new Python environment:
275271

276272
```
277273
conda create --name pypef python=3.10

0 commit comments

Comments
 (0)