Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
degiacom authored May 31, 2024
1 parent 10a5711 commit f34283b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ Manual installation requires the following three steps:

#### Using molearn without installation ####

Molearn can used without installation by making the sure the requirements above are met, and adding the `src` directory to your path at the beginning of every script, e.g.:
installation using conda while creating a new environment `molearn_env`
Molearn can used without installation by making the sure the requirements above are met, and adding the `src` directory to your path at the beginning of every script. For instance, to install all requirements in a new environment `molearn_env`:
```
conda env create --file environment.yml -n molearn_env
```
Then, within this environment, run scripts starting with:

```
import sys
Expand Down

0 comments on commit f34283b

Please sign in to comment.