Skip to content

Commit

Permalink
add dependencies to make install
Browse files Browse the repository at this point in the history
  • Loading branch information
colinvwood committed Sep 16, 2024
1 parent 3073ffc commit 94cfd20
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ test: all

install: all
pip install .
conda install --yes r-devtools r-svglite r-gt rpy2
Rscript -e 'install.packages("S7", repos="https://cloud.r-project.org")'
# TODO: don't just install HEAD
Rscript -e 'devtools::install_github("jeffkimbrel/qSIP2")'

dev: all
pip install -e .
Expand Down

0 comments on commit 94cfd20

Please sign in to comment.