Practice Software Development Exercise
- CREATING A PYTHON ENVIRONMENT USING CONDA.
a. A new environment with the name sofiaenv was created using the following command:
b. The Rasterio package was installed into the "sofiaenv" created.
c. The environment was exported to a yml file and then it was pushed into this GitHub repository:
- RECREATING THE ENVIRONMENT OF SOMEONE ELSE.
a. A GitHub repository was forked and it is available at: https://github.com/s1085496/CloneSaad/tree/A2
b. Saad´s environment was recreated using the following command:
c. The "urbansim" and the "rasterio" python packages were added to the environment:
d. The requirements file was updated and the pull request was sent to Saad´s main repository.