Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Commit

Permalink
Merge pull request #98 from czbiohub/pranathi-rename
Browse files Browse the repository at this point in the history
Missed suggestions from olga
  • Loading branch information
pranathivemuri authored Jan 27, 2021
2 parents 7bb1edd + 2bed5dd commit 1b76034
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Types of Contributions

### Report Bugs

Report bugs at <https://github.com/>czbiohub/orpheum/issues.
Report bugs at <https://github.com/czbiohub/orpheum/issues>

If you are reporting a bug, please include:

Expand All @@ -34,7 +34,7 @@ even on the web in blog posts, articles, and such.

### Submit Feedback

The best way to send feedback is to file an issue at <https://github.com/>czbiohub/orpheum/issues.
The best way to send feedback is to file an issue at <https://github.com/czbiohub/orpheum/issues>

If you are proposing a feature:

Expand Down Expand Up @@ -90,7 +90,7 @@ Before you submit a pull request, check that it meets these guidelines:
1. The pull request should include tests.
2. If the pull request adds functionality, the docs should be updated. Put your new functionality into a function with a docstring, and add the feature to the list in README.rst.
3. The pull request should work for Python 3.6 and 3.7. Check
<https://travis-ci.org/>czbiohub/orpheum/pull\_requests and make sure that the tests pass
<https://travis-ci.org/czbiohub/orpheum/pull\_requests> and make sure that the tests pass
for all supported Python versions.

Tips
Expand Down
6 changes: 3 additions & 3 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Installation

At the command line::

$ easy_install orpheum
$ pip install orpheum

Or, if you have virtualenvwrapper installed::
Or, if you have conda or [Anaconda](https://www.anaconda.com/products/individual) installed::

$ mkvirtualenv orpheum
$ conda create -n orpheum python=3.7
$ pip install orpheum

0 comments on commit 1b76034

Please sign in to comment.