+Example using `conda`and `pip` to install the dependencies in a new environment env on Windows, using Anaconda Prompt. First you clone the GeoProfile repository to a local folder (c:\my_python_files\geoprofile) and change directory towards it. You will create an empty conda enviroment with python 3.12 and activate it. Python 3.12 is given in `requirements.txt`. The name of the environment is not `env`, as in Linux example above, because the name `env` has a special property in conda. You will update pip. Install dependencies.
0 commit comments