Skip to content
Snippets Groups Projects
Commit 703946be authored by Larissa Glass's avatar Larissa Glass
Browse files

environment setup

parent dbb8e82b
Branches
No related tags found
No related merge requests found
test
# Setup
To install the Python virtual environment, run
```
conda env create --file environment.yml
conda activate transcript-structure-generator
```
name: transcript-structure-generator
channels:
- defaults
- conda-forge
dependencies:
- python=3.9
- matplotlib
- pandas
- flake8-docstrings
- mypy
- flake8
- pytest
- coverage
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment