-
Notifications
You must be signed in to change notification settings - Fork 52
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 dependency to Pygmentize #70
Comments
I'm a complete python noob, so tried the first thing that came to mind but it failed $ pip install pygmentize
Collecting pygmentize
Could not find a version that satisfies the requirement pygmentize (from versions: )
No matching distribution found for pygmentize
$ pip install Pygmentize
Collecting Pygmentize
Could not find a version that satisfies the requirement Pygmentize (from versions: )
No matching distribution found for Pygmentize
$ python -V
Python 3.5.1 |
The dependence is for package Pygments, install it with: $ pip install pygments |
Fixed as described in https://github.com/lambdamusic/Ontodocs/issues/17 |
Hello all! My error also says Please help!! |
I guess Pygmentize is used to highlight the Turtle sources ("implementation" of each term).
Add such dependency, or at least describe in the README how to install it.
The text was updated successfully, but these errors were encountered: