Skip to content

Commit

Permalink
Update INFO.md
Browse files Browse the repository at this point in the history
  • Loading branch information
astonzhang authored Aug 29, 2022
1 parent 611612e commit 1c0136f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INFO.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ sh Miniconda3-py39_4.12.0-Linux-x86_64.sh -b # For py3.8: sh Miniconda3-py38_4.
conda create --name d2l python=3.9 -y # For py3.8: conda create --name d2l python=3.8 -y
conda activate d2l
pip install torch torchvision
pip install d2l==1.0.0a1
pip install d2lbook
git clone https://github.com/d2l-ai/d2l-en.git
jupyter notebook --generate-config
echo "c.NotebookApp.contents_manager_class = 'notedown.NotedownContentsManager'" >> ~/.jupyter/jupyter_notebook_config.py
cd d2l-en
pip install -e . # Install the d2l library from source
jupyter notebook
```

Expand Down

0 comments on commit 1c0136f

Please sign in to comment.