Ask Your Question
1

Installation of python-markdown add-on

asked 2020-05-09 19:59:04 +0200

anonymous user

Anonymous

In would like to install python-markdown but doing

sage -sh
pip install python-markdown

from the shell leads to the error "Could not find a version that satisfies the requirement python-markdown (from versions: ) No matching distribution found for python-markdown"

Where is my error ?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2020-05-09 23:38:06 +0200

tmonteil gravatar image

The name of the project is python-markdown, but the name of the package is markdown, see https://python-markdown.github.io/ins...

So, you just have to do:

sage -pip install markdown
edit flag offensive delete link more

Comments

Thanks. Your command is operated but there is an execution rror on windows 10.

Cyrille gravatar imageCyrille ( 2020-05-10 15:51:50 +0200 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2020-05-09 19:59:04 +0200

Seen: 235 times

Last updated: May 09 '20