Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add lower bound for python in setup. #1158

Merged
merged 2 commits into from
Jan 9, 2018

Conversation

drvinceknight
Copy link
Member

This ensures that if you pip install axelrod with an unsupported verion
of python that you get an error message:

(test-axelrod-on-3.4) ~: pip install ~/src/Axelrod
Processing ./src/Axelrod
Axelrod requires Python '>=3.5' but the running Python is 3.4.5

This ensures that if you pip install axelrod with an unsupported verion
of python that you get an error message:

```
(test-axelrod-on-3.4) ~: pip install ~/src/Axelrod
Processing ./src/Axelrod
Axelrod requires Python '>=3.5' but the running Python is 3.4.5
```
@RobPDev
Copy link
Member

RobPDev commented Jan 7, 2018

In the installation section of README.rst it says py3.4 is required- it should probably be changed to say 3.5

@drvinceknight
Copy link
Member Author

In the installation section of README.rst it says py3.4 is required- it should probably be changed to say 3.5

Good call: have tweaked! 👍

@marcharper marcharper closed this Jan 9, 2018
@marcharper marcharper reopened this Jan 9, 2018
@marcharper marcharper merged commit 4ead662 into master Jan 9, 2018
@marcharper marcharper deleted the lower-bound-py-for-pip-install branch August 17, 2018 02:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants