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
But keep compatibility with pypy.
The text was updated successfully, but these errors were encountered:
I used the following commands in my terminal with python3.8.
pip install 2to3 git clone [email protected]:FabriceSalvaire/PyDvi.git 2to3 --output-dir=PyDvi_py3 -W -n PyDvi cd PyDvi_py3 cp ../PyDvi/README* . cp -r ../PyDvi/doc/ . python setup.py build python setup.py install
Then in the python terminal
import PyDvi
Sorry, something went wrong.
No branches or pull requests
But keep compatibility with pypy.
The text was updated successfully, but these errors were encountered: