Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alihamraoui authored Jul 19, 2024
1 parent 7929438 commit 410fa6e
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,25 @@ $ cd toulligqc && python3 setup.py build install
ToulligQC is written with Python 3.
To run ToulligQC without Docker, you need to install the following Python modules:

* matplotlib
* plotly
* h5py
* matplotlib
* plotly
* h5py
* pandas
* numpy
* scipy
* scikit-learn
* pysam
* tqdm
* pod5

* **Conda environemnt**

You can use a conda environment to install the required packages:

```
conda env create -f environment.yml
conda activate toulliqc
```

<a name="pypi-installation"></a>
### 1.2 Using a PyPi package
Expand Down

0 comments on commit 410fa6e

Please sign in to comment.