Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
OpenFold
Commits
448303eb
Commit
448303eb
authored
Sep 22, 2021
by
Gustaf Ahdritz
Browse files
Update documentation
parent
9ce8713c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
2 deletions
+16
-2
README.md
README.md
+16
-2
No files found.
README.md
View file @
448303eb
...
...
@@ -11,10 +11,24 @@ A faithful PyTorch reproduction of DeepMind's
pip3
install
-r
requirements.txt
```
2.
Install third-party dependencies
.
2.
Install third-party dependencies
with:
```
bash
scripts/install_third_party_dependencies.py
scripts/install_third_party_dependencies.sh
```
This script installs Miniconda locally and creates a conda virtual environment
with all of the packages required to run Openfold. To activate the environment,
run:
```
bash
scripts/activate_conda_venv.sh
```
To deactivate it, run
```
bash
scripts/deactivate_conda_venv.sh
```
## Features
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment