Skip to content

Commit

Permalink
some readme updates | prevent nnunet_results/ to enter production
Browse files Browse the repository at this point in the history
  • Loading branch information
spirosmaggioros committed Sep 14, 2024
1 parent f05f5c6 commit 6116e30
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -182,4 +182,7 @@ Temporary Items
*.nii
*.nii.gz
temp/
.vscode
.vscode

# Prevent nnunet_results from going into production
nnunet_results/
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ pip install DLICV

Or to manually download DLICV
```bash
git clone https://github.com/CBICA/DLICV
cd DLICV
pip install -e .
```

Expand Down

0 comments on commit 6116e30

Please sign in to comment.