Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
standardise requirements_dev.txt to requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
clbarnes committed Sep 18, 2019
1 parent a07150d commit f251032
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ This assumes you have the rust nightly toolchain installed

$ mkvirtualenv pyn5
$ cd pyn5/
$ pip install -r requirements_dev.txt
$ pip install -r requirements.txt
$ maturin develop

4. Create a branch for local development::
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ dist: clean ## builds source and wheel package
ls -l $(DIST_DIR)

install-dev: clean
pip install -r requirements_dev.txt && maturin develop
pip install -r requirements.txt && maturin develop

install: clean ## install the package to the active Python's site-packages
# pip install . # fails with BackendUnavailable error
Expand Down
File renamed without changes.

0 comments on commit f251032

Please sign in to comment.