Skip to content

Commit

Permalink
refer to colorama
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreener64 committed Jul 15, 2021
1 parent 271bd4f commit e9b202d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install PyTorch
run: pip install torch==1.7.1+cpu -f https://download.pytorch.org/whl/torch_stable.html
- name: Install other dependencies
run: pip install numpy biopython PeptideBuilder
run: pip install numpy biopython PeptideBuilder colorama
- name: Test install
run: pip install .
- name: Test help
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Install PyTorch
run: pip install torch==1.7.1+cpu -f https://download.pytorch.org/whl/torch_stable.html
- name: Install other dependencies
run: pip install numpy biopython PeptideBuilder
run: pip install numpy biopython PeptideBuilder colorama
- name: Test install
run: pip install cgdms
- name: Test help
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The software is OS-independent.
More recent PyTorch versions should work but this is not guaranteed.
A GPU is not essential but is recommended as simulations are slower on the CPU.
However running on CPU is about 3x slower than GPU depending on hardware, so it is still feasible.
3. Run `pip install cgdms`, which will also install [NumPy](https://numpy.org), [Biopython](https://biopython.org) and [PeptideBuilder](https://github.com/clauswilke/PeptideBuilder) if they are not already present.
3. Run `pip install cgdms`, which will also install [NumPy](https://numpy.org), [Biopython](https://biopython.org), [PeptideBuilder](https://github.com/clauswilke/PeptideBuilder) and [Colorama](https://github.com/tartley/colorama) if they are not already present.
The package takes up about 75 MB of disk space.

## Usage
Expand Down

0 comments on commit e9b202d

Please sign in to comment.