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

Add brew tap installation instructions #302

Merged
merged 2 commits into from
Aug 12, 2024

Conversation

mathomp4
Copy link
Member

Adds instructions for installing via brew

@mathomp4 mathomp4 added documentation Improvements or additions to documentation Skip Changelog Skips the Changelog Enforcer labels Aug 12, 2024
@mathomp4 mathomp4 self-assigned this Aug 12, 2024
@mathomp4 mathomp4 requested a review from a team as a code owner August 12, 2024 12:18
@mathomp4 mathomp4 linked an issue Aug 12, 2024 that may be closed by this pull request
@mathomp4 mathomp4 marked this pull request as draft August 12, 2024 12:43
@mathomp4 mathomp4 marked this pull request as ready for review August 12, 2024 13:56
@mathomp4 mathomp4 removed the Skip Changelog Skips the Changelog Enforcer label Aug 12, 2024
@mathomp4 mathomp4 merged commit 1b379a0 into main Aug 12, 2024
17 checks passed
@mathomp4 mathomp4 deleted the feature/mathomp4/add-tap-install branch August 12, 2024 13:57
mathomp4 added a commit that referenced this pull request Aug 13, 2024
* Add brew tap installation instructions (#302)

* Add brew tap installation instructions

* Add update-state to readme

* Added ability to print version info

* Updated Changelog

* Testing mepo version against the last release version number

* Removing lock files

We really shouldn't need to version control lock files. Reusing already existing virtualenv
Generating production lockfile: /home/pchakrab/workspace/code/mepo/develop/requirements.lock
Generating dev lockfile: /home/pchakrab/workspace/code/mepo/develop/requirements-dev.lock
Installing dependencies
Found existing installation: mepo 2.0.0
Uninstalling mepo-2.0.0:
  Successfully uninstalled mepo-2.0.0
Looking in indexes: https://pypi.org/simple/
Obtaining file:///. (from -r /home/pchakrab/tmp/tmpatm5q2yh (line 1))
  Installing build dependencies: started
  Installing build dependencies: finished with status 'done'
  Checking if build backend supports build_editable: started
  Checking if build backend supports build_editable: finished with status 'done'
  Getting requirements to build editable: started
  Getting requirements to build editable: finished with status 'done'
  Installing backend dependencies: started
  Installing backend dependencies: finished with status 'done'
  Preparing editable metadata (pyproject.toml): started
  Preparing editable metadata (pyproject.toml): finished with status 'done'
Building wheels for collected packages: mepo
  Building editable for mepo (pyproject.toml): started
  Building editable for mepo (pyproject.toml): finished with status 'done'
  Created wheel for mepo: filename=mepo-2.0.0-py3-none-any.whl size=11085 sha256=758e0b5ae11be1d887f2598e6c04fc09648e00a736ffbe8ae47fbad802e2978f
  Stored in directory: /home/pchakrab/tmp/pip-ephem-wheel-cache-5f1wnqzn/wheels/97/54/f5/d849319cdfa096e074df352654ee2e7c919da8951f090690c6
Successfully built mepo
Installing collected packages: mepo
Successfully installed mepo-2.0.0
Done! will generate them from

* Removing lock files

Merging the changes from main brought in the lock files again

* Using rye for Python and package management

* Minor cleanup of workflows

---------

Co-authored-by: Matt Thompson <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create brew tap for installation for Mac installation
2 participants