File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 format_version : ' 1.3'
88 jupytext_version : 1.13.7
99 kernelspec :
10- display_name : Python 3 (ipykernel)
10+ display_name : Python 3
1111 language : python
1212 name : python3
1313---
@@ -21,6 +21,27 @@ jupyter:
2121
2222<!-- #endregion -->
2323
24+ <!-- #region slideshow={"slide_type": "slide"} -->
25+ ## Preliminaries
26+
27+ If you haven't already:
28+ - Clone the repository: https://github.com/jonathanrocher/ets_tutorial
29+ - Install packages:
30+ - Using Enthought Deployment Manager (recommended)
31+ (https://www.enthought.com/edm ):
32+
33+ ``` bash
34+ edm envs create bootstrap
35+ edm install --environment bootstrap click
36+ edm run -e bootstrap -- python ci build --environment ets_tutorial
37+ ```
38+ - ` ets_tutorial` will be our working Python environment. To activate:
39+ ` ` ` bash
40+ edm shell -e ets_tutorial
41+ ` ` `
42+ - Follow instructions in README for conda and pip
43+ < ! -- # endregion -->
44+
2445
2546< ! -- # region slideshow={"slide_type": "slide"} -->
2647# # Motivation
You can’t perform that action at this time.
0 commit comments