Skip to content

Commit

Permalink
Merge pull request #46 from pymc-devs/master
Browse files Browse the repository at this point in the history
Typo fix. (pymc-devs#3833)
  • Loading branch information
sthagen committed Mar 17, 2020
2 parents ecf6c90 + a0bde88 commit 8a3ee2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -43,7 +43,7 @@ The preferred workflow for contributing to PyMC3 is to fork the [GitHub reposito

Always use a ``feature`` branch. It's good practice to never routinely work on the ``master`` branch of any repository.

4. Project requirements are in ``requirements.txt``, and libraries used for development are in ``requirements-dev.txt``. To set up a development environment, you may (probably in a [virtual environment](https://docs.python-guide.org/dev/virtualenvs/) run:
4. Project requirements are in ``requirements.txt``, and libraries used for development are in ``requirements-dev.txt``. To set up a development environment, you may (probably in a [virtual environment](https://docs.python-guide.org/dev/virtualenvs/)) run:

```bash
$ pip install -r requirements.txt
Expand Down

0 comments on commit 8a3ee2f

Please sign in to comment.