diff --git a/README.md b/README.md index bceb6a6e13c..3294be1bc01 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/releases/5.0.0.md b/releases/5.0.0.md index 7990c02400b..15527f3edf3 100644 --- a/releases/5.0.0.md +++ b/releases/5.0.0.md @@ -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: