Skip to content

Commit

Permalink
Revert accidentally deleted instruction.
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaMolod authored Nov 27, 2024
1 parent 31f5355 commit d4e7c21
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -585,9 +585,16 @@ Please [add your SSH key to your GitHub account](https://docs.github.com/en/auth
<details>
<summary><b>Instructions</b></summary>
1. Create the Conda environment as described in [Create Anaconda environment](#1-create-anaconda-environment)
2. Install AlphaPulldown package and add its submodules to the Conda environment (does not work if you want to update the dependencies)
1. Clone the GitHub repo
```bash
git clone --recurse-submodules [email protected]:KosinskiLab/AlphaPulldown.git
cd AlphaPulldown
git submodule init
git submodule update
2. Create the Conda environment as described in [Create Anaconda environment](#1-create-anaconda-environment)
3. Install AlphaPulldown package and add its submodules to the Conda environment (does not work if you want to update the dependencies)
```bash
source activate AlphaPulldown
Expand Down

0 comments on commit d4e7c21

Please sign in to comment.