Skip to content

Commit 7edd21d

Browse files
committed
Add basic environment.yml to faciliate simple conda venv setup
1 parent 46f61eb commit 7edd21d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

environment.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name: my-python-boilerplate
2+
dependencies:
3+
- pytest
4+
- sphinx

0 commit comments

Comments
 (0)