Skip to content

Commit

Permalink
Update python_install_anaconda.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TydeONS authored Jul 30, 2024
1 parent 80e1eab commit c9e9b72
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion _docs/guides/python_install_anaconda.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,17 @@ Now you have your geopy38 virtual environment with all the packages above instal

*python -m ipykernel install --user --name geopy38*


To save the packages used in a virtual environment (best to save somewhere local, like documents/downloads), run:

*pip freeze > {path}/requirements.txt*

To then pip install packages all in one go, you can run

*pip install –r {path}/requirements.txt*

## Testing the installation & further activities:



Having done this GeoPy should be available for use on your PC. To test that it is working open Jupyter Notebook from your Start menu, then create a new Python notebook.

Expand Down

0 comments on commit c9e9b72

Please sign in to comment.