Skip to content

Commit

Permalink
Fixed README
Browse files Browse the repository at this point in the history
  • Loading branch information
dkimanius committed Aug 31, 2023
1 parent 2dc80c7 commit ec482ba
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 @@ -32,7 +32,7 @@ Now download RELION and checkout the verison you want, by running:
```
git clone https://github.com/3dem/relion.git
cd relion
git checkout master # or ver4.0; see below
git checkout master # or ver5.0; see below
```

To add support for Python modules (e.g. Blush, ModelAngelo and DynaMight) you will have to install a Python environment.
Expand All @@ -56,7 +56,7 @@ it's recommended to set the TORCH_HOME directory. To do this, include the follow
Before installing RELION make sure Conda is not active. If it is, you can deactivate it by running:
```conda deactivate```

You can not build RELION through:
You can now build RELION through:

```
mkdir build
Expand Down

0 comments on commit ec482ba

Please sign in to comment.