Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dinithins authored Feb 8, 2024
1 parent 1a1c5f8 commit 7e8b6e6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,13 @@ Available at: https://doi.org/10.1101/2023.03.08.531713

### **Installing G2G**

For now, G2G needs to be installed from GitHub in a Python >=3.8 environment by running the following:
For now, G2G needs to be installed from GitHub in a Python >=3.8 environment. We recommend creating a new Conda environment before installing G2G, to avoid any version conflicts and dependency issues.
```bash
conda create --name g2g_env python=3.8
conda activate g2g_env
pip install git+https://github.com/Teichlab/Genes2Genes.git
```

The package will be made available on PyPi soon.

### **Input to G2G**
Expand Down

0 comments on commit 7e8b6e6

Please sign in to comment.