8000 fixed style · matplotlib/matplotlib@94e0d89 · GitHub
[go: up one dir, main page]

Skip to content

Commit 94e0d89

Browse files
committed
fixed style
1 parent 25bd6bd commit 94e0d89

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

doc/devel/development_setup.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ Creating a dedicated environment
2727
================================
2828
You should set up a dedicated environment to decouple your Matplotlib
2929
development from other Python and Matplotlib installations on your system.
30+
31+
Using virtual environments
32+
--------------------------
33+
3034
Here we use python's virtual environment `venv`_, but you may also use others
3135
such as conda.
3236

@@ -53,7 +57,8 @@ A new conda environment can be set-up with::
5357

5458
conda env create -f environment.yml
5559

56-
Note that if you have mamba installed you can replace conda with mamba in the above command.
60+
Note that if you have mamba installed you can replace conda with mamba in
61+
the above command.
5762

5863
To activate your environment::
5964

@@ -63,7 +68,8 @@ Finish the install by the following command::
6368

6469
pip install -e .
6570

66-
Whenever you plan to work on Matplotlib, remember to conda activate mpl-dev in your shell.
71+
Whenever you plan to work on Matplotlib, remember to `conda activate mpl-dev`
72+
in your shell.
6773

6874
Installing Matplotlib in editable mode
6975
======================================

0 commit comments

Comments
 (0)
0