-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Closed
Labels
DocumentationGood first issueOpen a pull request against these issues if there are no active ones!Open a pull request against these issues if there are no active ones!
Milestone
Description
Documentation Link
https://matplotlib.org/devdocs/devel/development_setup.html#create-a-dedicated-environment
Problem
The conda instructions do not work on windows:
- it is very slow
- fails on lxml + pikepdf installation
The venv method does not include in information about how to install all of the dev dependencies
Suggested improvement
Possible options for conda:
- find a way to get pikepdf to install on windows
- remove those entries from environment.yml
Possible solution for venv:
- document
pip install -r requirements/dev/dev-requirements.txt
Metadata
Metadata
Assignees
Labels
DocumentationGood first issueOpen a pull request against these issues if there are no active ones!Open a pull request against these issues if there are no active ones!