Skip to content

Commit 1cca9b5

Browse files
text/typo edits in the documentation #607
2 parents 4698128 + 636e0ab commit 1cca9b5

File tree

4 files changed

+42
-41
lines changed

4 files changed

+42
-41
lines changed

docs/INSTALL.md

+10-9
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ main folder.
2727

2828
## 2 Create a virtual environment with Python 3.9+ and install dependencies:
2929

30-
You can use Python's `venv` or Anaconda depending on your choice.
30+
You can use Python's `venv` or `conda` depending on your choice.
3131
Commands are provided below:
3232

3333
### with `venv`
@@ -73,8 +73,9 @@ guidelines](USAGE.md).
7373

7474
Navigate to the `haddock3` installation folder (the one you cloned from
7575
GitHub). Ensure you have the `haddock3` python environment activated.
76-
Please consider HADDOCK3 is under active development, as well as its
77-
dependencies. If the updating processing fails, it is safe to reinstall
76+
Please keep in mind that HADDOCK3, as well as its
77+
dependencies, are under active development.
78+
If the updating processing fails, it is safest to reinstall
7879
from scratch. Always refer to the latest installation guidelines.
7980

8081
```bash
@@ -116,15 +117,15 @@ Later, you can find [here](https://www.bonvinlab.org/haddock3/tutorials/mpi.html
116117

117118
# Installing third-party packages
118119

119-
HADDOCK3 can integrate third-party software in its workflows. However,
120-
we are not responsible for the proper installation of such packages, but
120+
HADDOCK3 can integrate third-party software in its workflows.
121+
We are not responsible for the proper installation of such packages, but
121122
we help you install them. Below, you will find a list of all third-party
122123
packages HADDOCK3 can use and guidelines for their proper installation.
123124

124125
## `lightdock`
125126

126-
To install to [lightdock](https://github.com/lightdock/lightdock) follow
127-
the instructions in the project's website. Remember to install it under
127+
To install [lightdock](https://github.com/lightdock/lightdock) follow
128+
the instructions on the project's website. Remember to install it under
128129
the same Python environment you created for HADDOCK3. If you have any
129130
doubts, please let us know.
130131

@@ -147,7 +148,7 @@ pip install deap scipy mgzip biopython
147148
export GDOCK_PATH=some-folder
148149
```
149150

150-
**Important**: These are not the full `gdock`'s installation
151-
instructions as here only the model generation is used. Please check the
151+
**Important**: These are not the full `gdock` installation
152+
instructions as only the model generation is used here. Please check the
152153
[repository page](https://github.com/rvhonorato/gdock) for more
153154
information.

0 commit comments

Comments
 (0)