Skip to content

Commit 5d7ef90

Browse files
Merge pull request #61 from jonathanrocher/slide_edits
Add dev env setup to slides
2 parents 7e45d4f + e6e8dd1 commit 5d7ef90

1 file changed

Lines changed: 22 additions & 1 deletion

File tree

slides/01_intro.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jupyter:
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

0 commit comments

Comments
 (0)