diff --git a/README.md b/README.md index ccd790a..2b375f9 100644 --- a/README.md +++ b/README.md @@ -9,5 +9,10 @@ The purpose of this project is to analyze a dataset using pandas and a cloud hos [Colab Notebook Link](https://colab.research.google.com/github/nogibjj/JahnaviM-CloudHostedNotebook/blob/main/main_nb.ipynb) Access the python notebook in colab directly by clicking on the link above. -## Instructions for Use -To use this repository to generate the analysis, start by cloning the repository. Make sure all the requirements in requirements.txt are fulfilled as these are necessary libraries to run the python script. Finally, run the script, main.py, and review the statistics and visualizations. For more information around these insights, look at Summary.md. To run the code in the notebook and conduct further analysis, open the Colab Notebook Link above. +## Instructions for Use +To use this repository to generate the analysis, start by cloning the repository. Make sure all the requirements in requirements.txt are fulfilled as these are necessary libraries to run the python script. + +A. Run the script in Python using main.py, review the statistics and visualizations. +B. Run in Google Colab: Navigate to [Colab](https://colab.research.google.com/) and login. Use the notebook link above and run the first cell to clone the repository and navigate to the project directory. + +For more information around these insights, look at Summary.md.