@@ -27,7 +27,7 @@ main folder.
27
27
28
28
## 2 Create a virtual environment with Python 3.9+ and install dependencies:
29
29
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.
31
31
Commands are provided below:
32
32
33
33
### with ` venv `
@@ -73,8 +73,9 @@ guidelines](USAGE.md).
73
73
74
74
Navigate to the ` haddock3 ` installation folder (the one you cloned from
75
75
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
78
79
from scratch. Always refer to the latest installation guidelines.
79
80
80
81
``` bash
@@ -116,15 +117,15 @@ Later, you can find [here](https://www.bonvinlab.org/haddock3/tutorials/mpi.html
116
117
117
118
# Installing third-party packages
118
119
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
121
122
we help you install them. Below, you will find a list of all third-party
122
123
packages HADDOCK3 can use and guidelines for their proper installation.
123
124
124
125
## ` lightdock `
125
126
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
128
129
the same Python environment you created for HADDOCK3. If you have any
129
130
doubts, please let us know.
130
131
@@ -147,7 +148,7 @@ pip install deap scipy mgzip biopython
147
148
export GDOCK_PATH=some-folder
148
149
```
149
150
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
152
153
[ repository page] ( https://github.com/rvhonorato/gdock ) for more
153
154
information.
0 commit comments