Skip to content

Allow install into conda env with GitHub and pip#13

Open
craig-warren wants to merge 2 commits intopaulo-herrera:masterfrom
craig-warren:master
Open

Allow install into conda env with GitHub and pip#13
craig-warren wants to merge 2 commits intopaulo-herrera:masterfrom
craig-warren:master

Conversation

@craig-warren
Copy link
Copy Markdown

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