Skip to content

Commit

Permalink
Add pypng as a package
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Eagles committed Jun 12, 2023
1 parent e650492 commit 287435e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions loopy/1.0.0-next.24/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ conda activate mamba_env
# Use mamba to create a conda environment
mamba env create -p samui_env -f samui/environment.yml

# Add a couple python packages (pyhere, openpyxl)
# Add a couple python packages
conda activate ./samui_env
pip install pyhere openpyxl lxml
pip install pyhere openpyxl lxml pypng
conda deactivate

## Ignore all downloaded/installed files
Expand Down

0 comments on commit 287435e

Please sign in to comment.