Skip to content

Commit

Permalink
add makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Mobarak committed Sep 26, 2023
1 parent 1bca435 commit 8dfb669
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 502 deletions.
10 changes: 10 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
CR := conda run -n piksi_tools --live-stream

settings-pdf:
cd settings; $(CR) python ./generate_settings.py

install:
$(CR) pip install -e .[test,settings]

setup:
conda create -n piksi_tools python=3.9
Loading

0 comments on commit 8dfb669

Please sign in to comment.