Skip to content

Commit

Permalink
Merge pull request #7 from ayush9pandey/readme
Browse files Browse the repository at this point in the history
pip installable
  • Loading branch information
ayush9pandey committed Oct 15, 2020
2 parents 0deca24 + 712263c commit 31868fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,38 +10,35 @@ To run - Go through tutorial files inside tutorials folder then check out some c
Contact : Ayush Pandey (apandet at caltech dot edu) for any feedback or suggestions.



- **Website:** https://github.com/ayush9pandey/AutoReduce
- **Paper:** [Introduction](https://www.biorxiv.org/content/10.1101/640276v1.full), [Toolbox](https://www.biorxiv.org/content/10.1101/2020.02.15.950840v2.full.pdf)
- **Source:** https://github.com/ayush9pandey/autoreduce
- **Bug reports:** https://github.com/ayush9pandey/autoreduce/issues
- **Documentation** [autoreduce.readthedocs.io](https://readthedocs.org/projects/autoreduce/)
- **Documentation:** Coming Soon on: [autoreduce.readthedocs.io](https://readthedocs.org/projects/autoreduce/)

# Simple example

# Installation


Install the latest version of BioCRNPyler::
Install the latest version of AutoReduce::

$ pip install autoreduce

Install with all optional dependencies::

$ pip install biocrnpyler[all]
$ pip install autoreduce[all]

# Bugs
Report any bugs that you find [here](https://github.com/ayush9pandey/autoreduce/issues).
You can also fork the repository on [GitHub](https://github.com/ayush9pandey/autoreduce),
and the create a pull request (PR) with any changes. We welcome all changes, big or small, and we
will help you make the PR if you are new to `git` (just ask on the issue and/or
see `docs/CONTRIBUTING.md`).
will help you make the PR if you are new to `git` (just create a new issue)

# Versions

AutoReduce versions:

* 0.1.0 (alpha release): To install run `pip install biocrnpyler==0.1.0`
* 0.1.0 (alpha release): To install run `pip install autoreduce==0.1.0`

# License
Released under the BSD 3-Clause License (see `LICENSE`)
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
name='AutoReduce',
version='0.1.0',
author='Ayush Pandey',
author_email='apandey@caltech.edu',
url='https://github.com/ayush9pandey/AutoReduce/',
description='Python based automated model reduction tools for SBML models',
long_description=long_description,
Expand Down

0 comments on commit 31868fe

Please sign in to comment.