Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
netsettler committed Mar 29, 2023
1 parent 8450271 commit 90994d4
Show file tree
Hide file tree
Showing 4 changed files with 390 additions and 89 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ Data_Files/MicroscopyCalibration/Files/

# PyCharm metadata
.idea/

# Environments
*env/
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.PHONY: test

configure: # does any pre-requisite installs
pip install poetry
pip install poetry==1.3.2

build: # builds
make configure
Expand Down
Loading

0 comments on commit 90994d4

Please sign in to comment.