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

Update install procedure #61

Merged
merged 2 commits into from
Dec 8, 2022
Merged

Update install procedure #61

merged 2 commits into from
Dec 8, 2022

Conversation

bch0w
Copy link
Member

@bch0w bch0w commented Dec 8, 2022

Modernizes the install procedure in preparation for publishing package on PyPi or Conda (#55)

  • Removes old setup.py file and replaces it with a pyproject.toml file which has more or less the same information
  • Revamps the environment.yml file which tells Conda how to install the package and its dependencies
  • Reduces the install procedure to two lines:
    conda env create -f environment.yml
    conda activate pysep

…oved ununsed environment.yaml file which may be replaced later when Conda install is attempted
…artopy and GEOS but .toml file still valid. added conda-required environment.yaml file which will be used to do the entire install procedure
@bch0w bch0w merged commit e1818cb into master Dec 8, 2022
@bch0w bch0w deleted the update_install branch December 8, 2022 21:32
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