-
Notifications
You must be signed in to change notification settings - Fork 27
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
[FEATURE] Make Anaconda environment very easy to setup #82
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- NEW wahoo_user.yml for endusers (only runtime relevant packages) - FIXED VERSIONS developer.yml (was before "conda-gdal02") - EXPORT ..mac.yml from 17.01.2022 - EXPORT ..win.yml from 03.11.2021 - LEGACY requirements.txt from 10.09.2021
- to include conda-env wahoo_user file - to reference to moved requirements.txt - comment out unused lines
- created via command: "conda env create --prefix ./envs -f conda-wahoo.yml"
treee111
added a commit
that referenced
this pull request
Jan 17, 2022
treee111
force-pushed
the
anaconda-setup
branch
from
January 18, 2022 20:26
a46d976
to
0c6905f
Compare
- EXPORT ..win.yml from 18.01.2022 based on developer.yml
- EXPORT ..mac.yml from 18.01.2022 based on developer.yml
4 tasks
treee111
added a commit
that referenced
this pull request
Jan 18, 2022
…aconda environment (#83) - updates the output files to compare against for malta and liechtenstein - files created in /conda_env/developer.yml Anaconda environment from #82 - land* osm files changed by #78 * update test-files to new setup on macOS - #78 - Updated GDAL from 3.0.2 to 3.4.1 and other packages as well * update test-files to new setup on Windows - #78 - Updated GDAL from 3.0.2 to 3.4.1 and other packages as well
treee111
added a commit
that referenced
this pull request
Jan 18, 2022
Merged
4 tasks
treee111
added a commit
that referenced
this pull request
Jan 18, 2022
treee111
added a commit
that referenced
this pull request
Jan 19, 2022
- sharpens and creates new anaconda .yml files - enables users to easily create a anaconda environment with all relevant python packages - adjusts the docu & copyToDist file accordingly (to have only the wahoo_user.yml and legacy requirements.txt in the .zip) * refactor conda-env .yml files - NEW wahoo_user.yml for endusers (only runtime relevant packages) - FIXED VERSIONS developer.yml (was before "conda-gdal02") - EXPORT ..mac.yml from 17.01.2022 - EXPORT ..win.yml from 03.11.2021 - LEGACY requirements.txt from 10.09.2021 * refactor copyFiles & quickstarts - to include conda-env wahoo_user file - to reference to moved requirements.txt - comment out unused lines * adopt gitignore to env in repo folder - created via command: "conda env create --prefix ./envs -f conda-wahoo.yml" * rename .yml file * refactor conda-env .yml files - EXPORT ..win.yml from 18.01.2022 based on developer.yml * refactor conda-env .yml files - EXPORT ..mac.yml from 18.01.2022 based on developer.yml * update contributing.md with Anaconda info BREAKING CHANGE: The recommendation for the initial setup is now to create a virtual Python environment via Anaconda on Windows, macOS or Linux. Installing multiple programs manually with all setup details and problems now belongs to the past. wahooMapsCreator can now be used much quicker and easier!
treee111
added a commit
that referenced
this pull request
Jan 19, 2022
…rpening Anaconda environment (#83) - updates the output files to compare against for malta and liechtenstein - files created in /conda_env/developer.yml Anaconda environment from #82 - land* osm files changed by #78 * update test-files to new setup on macOS - #78 - Updated GDAL from 3.0.2 to 3.4.1 and other packages as well * update test-files to new setup on Windows - #78 - Updated GDAL from 3.0.2 to 3.4.1 and other packages as well
treee111
added a commit
that referenced
this pull request
Jan 19, 2022
treee111
added a commit
that referenced
this pull request
Jan 19, 2022
… up Anaconda environment (#84) - adjust Anaconda quickstart according to #82 - makes README more attractive and shorter - extracts usage information to docs/USAGE.md to separate page - unify Quickstart docu for macOS and Windows and do not link anymore to there from README * unify Windows and macOS Quickstart * update readme * update install docu * adjust Anaconda quickstart according to #82 * adjust README * Extract Usage information to separate page * minor enhancement * adjust headlines & typo * update links in README: icons, text and format * update CONTRIBUTING.md: Add link to installation of Anaconda environment & format
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR…
Considerations and implementations
.yml files with only the installed packages were installed via
and the .yml files with the dependencies via
more information on documentation for sharing anaconda environments
How to test
Pull Request Checklist