Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev test env python3.9 #38

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Dev test env python3.9 #38

wants to merge 4 commits into from

Conversation

ishaan95
Copy link
Collaborator

Testing code from the user guide by creating a new environment with conda. Key contributions -

  • Test script in project root which runs code mentioned in the user manual.
  • Environment file in project root for creating conda environment.
  • Pip requirements file with working package versions. It's recommended to install shapely separately since it gives issues installing on Windows via pip. conda install Shapely=2.0.1 should work.
  • The ideal setup is to create a conda environment using python=3.9, installing shapely as mentioned above, installing pip using conda install pip and then installing everything in the requirements file using pip.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant