Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nh13 committed May 29, 2020
0 parents commit 3c731f0
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# pyfgaws

# Getting Setup

Conda is used to install a specific version of python and [poetry](https://github.com/python
-poetry/poetry) which is then used to manage the python development environment. If not already
installed, install [miniconda from the latest platform-appropriate installer](miniconda-link
). Then run:

```
conda create -n pyfgaws -c bioconda --file conda-requirements.txt
```

Then activate the new environment and install the toolkit:

```
conda activate pyfgaws
poetry install
```

[miniconda-link]: https://docs.conda.io/en/latest/miniconda.html

0 comments on commit 3c731f0

Please sign in to comment.