Skip to content

Commit

Permalink
move otter-grader into conda, remove from pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
chendaniely authored Sep 26, 2024
1 parent f979a2e commit 4579489
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions appendix/mds_conda_environment.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ By the end of this course, you should know how to create, activate, and install
these packages in a separate environment.

```bash
conda install python=3.11 pandas jupyterlab jupyterlab-git jupyterlab-spellchecker
pip install otter-grader
conda install python=3.11 pandas jupyterlab jupyterlab-git jupyterlab-spellchecker otter-grader
```

You can choose to manually curate an `environment.yml` file as such:
Expand All @@ -31,8 +30,7 @@ dependencies:
- jupyterlab
- jupyterlab-git
- jupyterlab-spellchecker
- pip:
- otter-grader
- otter-grader
```
This is a great base reference file for all the classes you will need in MDS.

0 comments on commit 4579489

Please sign in to comment.