Skip to content

Commit

Permalink
remove the requirement to install with the --no-binary :all: flags
Browse files Browse the repository at this point in the history
  • Loading branch information
apeters committed Jan 13, 2020
1 parent 11fc886 commit ac90e3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Issue reports are encouraged! [Please read this article](http://polite.technolog

Installation is fully documented in the official documentation, [arches.readthedocs.io/en/stable](https://arches.readthedocs.io/en/stable), but assuming you have all of the dependencies installed you should make a virtual environment, activate it, and then run

pip install arches --no-binary :all:
pip install arches

then

Expand Down
2 changes: 1 addition & 1 deletion releases/5.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The method of creating generic relationships is still available in Arches. Howev

python -m venv env
source env/bin/activate
(env) pip install arches --upgrade --no-binary :all:
(env) pip install arches

7. Within your project with your Python 3 virtual environment activated:

Expand Down

0 comments on commit ac90e3f

Please sign in to comment.