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

Allow install into conda env with GitHub and pip #13

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

Conversation

craig-warren
Copy link

I wanted to be able to install PyEVTK from GitHub into a conda environment through pip in a conda environment.yml. This was not possible because of the way the version number was being imported. So these changes now permit a conda environment.yml to look like, e.g.

name: my-env
dependencies:
- python>3.6
- jupyter
- matplotlib
- numpy
- pip
- scipy

- pip:
  - git+https://github.com/paulo-herrera/PyEVTK.git

Changed method of getting version number which may have been problem when trying to install via conda and pip/GitHub
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.

1 participant