Skip to content

Commit

Permalink
Merge branch 'master' of github.com:KarrLab/datanator_query_python
Browse files Browse the repository at this point in the history
  • Loading branch information
lzy7071 committed Jul 27, 2020
2 parents 1526461 + 37d125b commit 6ddc2f8
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,18 @@ We recommend using the [REST API](https://api.datanator.info) to programmaticall
### Developers

#### Install *Datanator-query-python*
We presume Python 3.7 has already been installed.

1. Install `git`
1. Install Python >= 3.7
```
apt-get install python3
```

2. Install `git`
```
apt-get install git
```

2. Clone this repository
3. Clone this repository
```
git clone https://github.com/karrlab/datanator_query_python
```
Expand Down Expand Up @@ -109,10 +113,10 @@ This repository is organized as follows:
11. Once the CircleCI build succeeds, downstream dependencies will automatically be tested and built

## Contributing to *Datanator*
We welcome contributions to *Datanator* via Git pull requests. Please contact the developers to coordinate potential contributions, and please see above for information about how to submit pull requests.
We welcome contributions to *Datanator* via GitHub pull requests. Please contact the developers to coordinate potential contributions, and please see above for information about how to submit pull requests.

## License
This package is released under the [MIT license](LICENSE). The licenses of the third party dependencies are summarized in [LICENSE-THIRD-PARTY](LICENSE-THIRD-PARTY).
This package is released under the [MIT license](LICENSE).

## Development team
This package was developed by the [Karr Lab](https://www.karrlab.org) at the Icahn School of Medicine at Mount Sinai in New York by the following individuals:
Expand Down

0 comments on commit 6ddc2f8

Please sign in to comment.