-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Update instructions to point to pip install #3985
Conversation
Fixes #1224 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The tarball is referenced at other places too (eg, under Arch Linux and OpenBSD)
There is also an UPGRADE.rst which needs updating.
(while you're in the README: any chance you can delete the stuff at https://github.com/matrix-org/synapse/blob/master/README.rst#ipv6 about needing a new twisted, since we now require that by default)
.circleci/merge_base_branch.sh
Outdated
@@ -9,13 +9,16 @@ source $BASH_ENV | |||
|
|||
if [[ -z "${CIRCLE_PR_NUMBER}" ]] | |||
then | |||
echo "Can't figure out what the PR number is!" | |||
exit 1 | |||
echo "Can't figure out what the PR number is! Assuming develop." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this looks unrelated, though useful.
I would s/Assuming develop/Assuming it will be based on develop/ though.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -533,9 +512,7 @@ fix try re-installing from PyPI or directly from | |||
|
|||
# Install from PyPI | |||
pip install --user --upgrade --force pynacl | |||
|
|||
# Install from github | |||
pip install --user https://github.com/pyca/pynacl/tarball/master |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
synapse != pynacl
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh
@@ -459,7 +459,7 @@ Troubleshooting | |||
Troubleshooting Installation | |||
---------------------------- | |||
|
|||
Synapse requires pip 1.7 or later, so if your OS provides too old a version you | |||
Synapse requires pip 8 or later, so if your OS provides too old a version you |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1.7lol
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1.7, ahh, such a classic pip release (which literally won't install packages now)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
No description provided.