File tree 1 file changed +9
-9
lines changed
Filter options
1 file changed +9
-9
lines changed
Original file line number Diff line number Diff line change @@ -250,17 +250,17 @@ A brief overview of the workflow is as follows.
250
250
3. Check out the Matplotlib repository and activate your development
251
251
environment:
252
252
253
- a. Open codespaces on your fork by clicking on the green "Code"
254
- button on the GitHub web interface and selecting the "Codespaces"
255
- tab. Next, click on "Open codespaces on <your branch name>". You
256
- will be able to change branches later, so you can select the
257
- default ``main `` branch.
253
+ * Open codespaces on your fork by clicking on the green "Code" button
254
+ on the GitHub web interface and selecting the "Codespaces" tab.
255
+ * Next, click on "Open codespaces on <your branch name>". You will be
256
+ able to change branches later, so you can select the default
257
+ ``main `` branch.
258
+ * After the codespace is created, you will be taken to a new browser
259
+ tab where you can use the terminal to activate a pre-defined conda
260
+ environment called ``mpl-dev ``::
258
261
259
- b. After the codespace is created, you will be taken to a new browser
260
- tab where you can use the terminal to activate a pre-defined conda
261
- environment called ``mpl-dev ``::
262
+ conda activate mpl-dev
262
263
263
- conda activate mpl-dev
264
264
265
265
266
266
4. Install the local version of Matplotlib with::
You can’t perform that action at this time.
0 commit comments