Skip to content

Commit b75158d

Browse files
committed
Update workflow figure
1 parent 06525b6 commit b75158d

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed
452 KB
Loading

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -271,14 +271,9 @@ bash Anaconda3-2023.03-1-Linux-x86_64.sh
271271
```
272272

273273
After accepting all steps, the conda setup should also be written to your `~/.bashrc`file, so that you can call anaconda typing `conda`.
274-
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`.
275-
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):
274+
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` and change the directory to the cloned repo (`cd PyPEF` or `cd PyPEF-main` dependent on the downloaded file name).
276275

277-
```
278-
conda env create --file linux_env.yml
279-
```
280-
281-
or you can create a new environment yourself. You just need to specify the name of the environment and the Python version, e.g.:
276+
It is recommended to create a new Python environment:
282277

283278
```
284279
conda create --name pypef python=3.10

0 commit comments

Comments
 (0)