Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamWu96 authored Oct 4, 2022
1 parent dd457f6 commit 2b384a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This should be followed by installing software dependencies:
conda install -c pandas numpy matplotlib tensorflow scikit-learn pandas pytorch torchvision
```

## IDE (VScode/PyCharm) with conda
## IDE (VScode/PyCharm) and JupyterNotebook with conda
1. **Visual Studio Code (VScode)** is a free cross-platform source code editor. The Python for Visual Studio Code extension allows VSC to connect to Python distributions installed on your computer. Reference: https://docs.anaconda.com/anaconda/user-guide/tasks/integration/python-vsc/
2. Using **PyCharm**. PyCharm is an IDE that integrates with IPython Notebook, has an interactive Python console, and supports Anaconda as well as multiple scientific packages. Reference: https://docs.anaconda.com/anaconda/user-guide/tasks/pycharm/
3. If you want to use **Jupyter Notebook** to code, use below command:
Expand Down

0 comments on commit 2b384a9

Please sign in to comment.