Skip to content

Commit

Permalink
add script to test packages loading
Browse files Browse the repository at this point in the history
  • Loading branch information
krokrob committed Mar 30, 2021
1 parent 477ead3 commit ebe3d7a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions _partials/pip.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,12 @@ pip install jupyterlab pandas matplotlib seaborn plotly scikit-learn tensorflow

Run the following command to check if you successfully installed the required packages:
```bash
curl https://gist.githubusercontent.com/krokrob/2e5a61b20582b55bbb034c4ea1e9f633/raw/9648336201de2db5932bc6d02ad72ee0cb947992/pip_check.sh > packchecker.sh && zsh packchecker.sh && rm packchecker.sh
curl https://gist.githubusercontent.com/krokrob/2e5a61b20582b55bbb034c4ea1e9f633/raw/9648336201de2db5932bc6d02ad72ee0cb947992/pip_check.sh > pip_check.sh && zsh pip_check.sh && rm pip_check.sh
```


Now run the following command to check if you can load these packages:
```bash
curl https://gist.githubusercontent.com/krokrob/90e35dee7ed2b20852b099331510b369/raw/09178c49db6e7537eed68335a25fbb00c7ca1fd4/pip_check.py > pip_check.py && python pip_check.py && rm pip_check.py
```

That's it for today. During the bootcamp, we'll install more packages but we'll talk about that later.

0 comments on commit ebe3d7a

Please sign in to comment.