We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Current mainline is python2.
The docs could make it explicit when creating the virtualenv on a host that is defaulting to python3:
virtualenv -p python2 pcbmode-env
The text was updated successfully, but these errors were encountered:
Use the fork:
https://github.com/threebytesfull/pcbmode/tree/improve-test-coverage
It runs on Python 3, too
Sorry, something went wrong.
That’s cool. Thanks
Just the docs need to reflect the main point of entry for n00bs, don’t they?
I would very much like @saardrimer to merge that branch into mainline!
I'm starting to work on the next version of PCBmodE at branch cinco-master.
cinco-master
I understand that for Python 3.5+ we should be using the native venv, so I'll update the docs to reflect that. See also #48 .
venv
saardrimer
No branches or pull requests
Current mainline is python2.
The docs could make it explicit when creating the virtualenv on a host that is defaulting to python3:
virtualenv -p python2 pcbmode-env
The text was updated successfully, but these errors were encountered: