Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ianozsvald/notes_to_self
Browse files Browse the repository at this point in the history
  • Loading branch information
ianozsvald committed Nov 12, 2021
2 parents 911ae28 + 4ce1e34 commit 8b78156
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,10 @@ client # show client details

## Conda for this environment

`$ conda create -n notes_to_self python=3.9 pandas matplotlib jupyterlab altair black`
```
$ conda create -n notes_to_self python=3.9 pandas matplotlib jupyterlab altair black pytest
$ pytest *.py
```

# Shell

Expand Down

0 comments on commit 8b78156

Please sign in to comment.