Skip to content

Commit c2b695a

Browse files
Liam Fleming-NicolLiam Fleming-Nicol
authored andcommitted
edited commit
1 parent b906b50 commit c2b695a

1 file changed

Lines changed: 4 additions & 26 deletions

File tree

README.md

Lines changed: 4 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,6 @@ Cost Effective
2222
## Usage
2323
codonPython is open to contributions and developments from new and experience users. Below is information about; best practices when using Github, contributing code and useful information for new users.
2424

25-
### Best Practises
26-
27-
*best practise stuff
28-
29-
### Contributing to codonPython
30-
31-
*link to contributing wiki?
32-
3325
### New to GitHub?
3426

3527
GitHub is a hosting site that allows for development and version control of software using Git. It allows users to take a piece of code ( a branch) edit/develop it and submit it back to the owner to the original copy ( the master branch), whilst keeping track of all changes that have been made along the way.
@@ -54,27 +46,13 @@ Command Line
5446

5547
1.7 [Git Init and Git Add](https://www.youtube.com/watch?v=9p2d-CuVlgc)
5648

49+
### Contributing to codonPython
5750

51+
Click [here](https://github.com/codonlibrary/codonPython/blob/master/CONTRIBUTING.md) for contribution guidance.
5852

5953
## Installation
6054
The package can be directly installed by typing in your terminal:
6155
```r
6256
python -m pip install --user git+https://github.com/codonlibrary/codonPython.git
63-
```
64-
or
65-
```r
66-
install.packages("codonPython")
67-
```
68-
69-
Include info on what each text file / folder is:
70-
.github/ISSUE_TEMPLATE =
71-
codonPython =
72-
.gitignore =
73-
.travis.yml =
74-
CONTRIBUTING.md =
75-
LICENSE =
76-
MANIFEST.in =
77-
README.md =
78-
pytest.ini =
79-
requirements.txt =
80-
setup.py =
57+
58+
```

0 commit comments

Comments
 (0)