Getting Started w/ Python: Difference between revisions
(→Setup) |
(→Setup) |
||
Line 18: | Line 18: | ||
## If prompted, Trust the folder | ## If prompted, Trust the folder | ||
# Download pySara from Teams > FOQA > Files > Python > pysara.zip and extract to your new working directory | # Download pySara from Teams > FOQA > Files > Python > pysara.zip and extract to your new working directory | ||
# From the pysara folder extracted to your working directory, double click on Getting Started.ipynb | # From the pysara folder extracted to your working directory, double click on Getting Started.ipynb. It should open in VSCode | ||
# To install libraries, from the Terminal menu > New Terminal | # To install libraries, from the Terminal menu > New Terminal | ||
#* pip install pandas seaborn numpy requests plotly | #* pip install pandas seaborn numpy requests plotly |
Revision as of 23:27, 12 January 2023
Installation
- Install Python for Windows
- Add Python to Environment Variables (Checked)
- Install VSCode for Windows
- From Extensions, install the following:
- Python
- Jupyter
- From Extensions, install the following:
Setup
- Create a Working Directory (Documents > FOQA)
- Open Working Directory from VSCode
- File > Open Folder > Select Folder
- If prompted, Trust the folder
- Download pySara from Teams > FOQA > Files > Python > pysara.zip and extract to your new working directory
- From the pysara folder extracted to your working directory, double click on Getting Started.ipynb. It should open in VSCode
- To install libraries, from the Terminal menu > New Terminal
- pip install pandas seaborn numpy requests plotly