Skip to content

jayesh-mandlekar/Air-Quality-Viz-India

Repository files navigation

Air-Quality-Viz-India

Setup

  1. Install Python and Github Desktop
  2. Login on Github Desktop
  3. Create a folder for the project on your computer
  4. In Github Desktop, Go to File > Clone Repository, and under the "URL" tab, copy-paste the link of this repository, and enter the location of the project folder on your PC.
  5. Open cmd/terminal and navigate to this folder
  6. Run the command
    python3 -m venv <some-name>
    
  7. Next, run
    source <some-name>/Scripts/activate
    

    (for Linux)
    or

    call <some-name>/Scripts/activate.bat
    

    (for Windows)

  8. Finally, run "pip install -r requirements.txt"
  9. This will finish setting up the working environment on your PC.

Working with the Project

To work with the project, simply follow the steps 5 and 7 from above, and use command

jupyter-lab

to open a jupyter notebook.

Once you have completed your duty/edited code, open Github Desktop, select this repository in the top-left corner, add a Summary/description in the bottom-left text boxes, and commit.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published