Skip to content

Commit 0bc88d2

Browse files
Merge pull request #2 from bcrawford39GT/update_readme
added readme text.
2 parents b407afe + ae6c5bb commit 0bc88d2

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

README.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,26 @@
1-
# github_tutorial
1+
## github_tutorial
2+
3+
### Overview
4+
5+
This is a basic github repository to show a Github structure, docstrings, and test codes via pytest.
6+
7+
### Documentation
8+
9+
### To be added in the future.
10+
11+
### Installation
12+
13+
The github_tutorial package dependencies can be installed via conda, and this package tagged in conda via pip install:
14+
15+
Create and install conda package:
16+
`cd path_to_first_github_tutorial_dirctory_with_environment_yml_file`'
17+
18+
`conda env create -f environment.yml`
19+
20+
`conda activate github_tutorial`
21+
22+
`pip install -e .`
23+
24+
Note: If you update the conda package, you may have to redo the pip install. Without doing this, it may allow incompatable versions of the dependencies to be installed, etc.:
25+
26+
`pip install -e .`

0 commit comments

Comments
 (0)