Skip to content

Commit d40afb0

Browse files
authored
Update README.md
include more info on folder structure
1 parent 1180fc1 commit d40afb0

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,18 @@
33
[![Build Status](https://travis-ci.com/codonlibrary/codonPython.svg?branch=master)](https://travis-ci.com/codonlibrary/codonPython)
44
[![codecov](https://codecov.io/gh/codonlibrary/codonPython/branch/master/graph/badge.svg)](https://codecov.io/gh/codonlibrary/codonPython)
55

6-
This is a simple example of a future package pulled from the DPS Core code base.
6+
This is a simple example of a future package pulled from the DPS Core code base.
77
The package can be directly installed by typing in your terminal: `python -m pip install --user git+https://github.com/codonlibrary/codonPython.git`
8+
9+
Include info on what each text file / folder is:
10+
.github/ISSUE_TEMPLATE =
11+
codonPython =
12+
.gitignore =
13+
.travis.yml =
14+
CONTRIBUTING.md =
15+
LICENSE =
16+
MANIFEST.in =
17+
README.md =
18+
pytest.ini =
19+
requirements.txt =
20+
setup.py =

0 commit comments

Comments
 (0)