File tree 1 file changed +8
-2
lines changed 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,10 @@ Creating a dedicated environment
27
27
================================
28
28
You should set up a dedicated environment to decouple your Matplotlib
29
29
development from other Python and Matplotlib installations on your system.
30
+
31
+ Using virtual environments
32
+ --------------------------
33
+
30
34
Here we use python's virtual environment `venv `_, but you may also use others
31
35
such as conda.
32
36
@@ -53,7 +57,8 @@ A new conda environment can be set-up with::
53
57
54
58
conda env create -f environment.yml
55
59
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.
57
62
58
63
To activate your environment::
59
64
@@ -63,7 +68,8 @@ Finish the install by the following command::
63
68
64
69
pip install -e .
65
70
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.
67
73
68
74
Installing Matplotlib in editable mode
69
75
======================================
You can’t perform that action at this time.
0 commit comments