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] Encapsulate developer environment with Anaconda #4

Open
tallamjr opened this issue Mar 3, 2020 · 0 comments
Open

[DEV] Encapsulate developer environment with Anaconda #4

tallamjr opened this issue Mar 3, 2020 · 0 comments
Assignees

Comments

@tallamjr
Copy link
Collaborator

tallamjr commented Mar 3, 2020

To allow for developer contributions, a stand alone environment should be set up using a combination of environment.yml and requirements.txt such as:

# This file may be used to create an environment using:
# $ conda env create --name <env> --file <this file>
# platform: linux-64
name: astroxyz

channels:
  - conda-forge

dependencies:
  - python=3.7

  - pip:
    - -r file:requirements.txt
@tallamjr tallamjr self-assigned this Mar 3, 2020
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

No branches or pull requests

1 participant