ODM2 / ODM2PythonAPI

A set of Python functions that provides data read/write access to an ODM2 database by leveraging SQLAlchemy.
http://odm2.github.io/ODM2PythonAPI/
BSD 3-Clause "New" or "Revised" License
4 stars 13 forks source link

Update README DOCS #151

Closed lsetiawan closed 6 years ago

lsetiawan commented 6 years ago

Overview

Update README to reflect changes to conda-forge channel and how to install the latest development version.

emiliom commented 6 years ago

@lsetiawan I made a couple of suggestions for edits. If you agree with them, go ahead and implement them, then merge this PR yourself. Everything else looked good. Thanks!

emiliom commented 6 years ago

Also, why don't you go ahead and also address in this PR this comment I made last week:

in the odm2api docs, the dev installation information at http://odm2.github.io/ODM2PythonAPI/installing.html#installing-the-development-version is missing the statement to use to install odm2api from the local clone. This would be the very last line in that doc page, I think.

To which you replied:

Yea that would be good to add that in. Typically user would cd into the directory, git checkout to the development branch, then pip install -e .