Skip to content

Commit

Permalink
Add make target for installing virtual environment "qmcpy"
Browse files Browse the repository at this point in the history
  • Loading branch information
schoi32 committed Apr 26, 2022
1 parent f530d57 commit 46d99e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,6 @@ conda_dev:
@conda create -n qmcpy python=3.7.0
@conda activate qmcpy
@conda install conda-build
@conda develop .
@conda develop .
@pip install -r requirements/dev.txt
@pip install -e .

0 comments on commit 46d99e3

Please sign in to comment.