Skip to content

Commit

Permalink
Add new installation instructions & add MacOS workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
novialriptide committed Sep 17, 2022
1 parent afffd37 commit cb6c6b3
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/macos_test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: MacOS latest

on: [push, pull_request]

jobs:
on_build_actions:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Install package
run: |
python3 -m pip install --upgrade pip
python3 -m pip install pygame
python3 -m pip install .
- name: Run Tests
run: python3 -m unittest
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ subject to change when this project migrates to the
becomes a third-party library.

## Installation
Please follow [this guide](https://github.com/novialriptide/pygame_geometry/blob/main/BUILD.md)
to install pygame_geometry.
### Download an experimental build
```
pip install git+https://github.com/novialriptide/pygame_geometry
```

## Help
The documentation is a work in progress, but you can check
Expand Down

0 comments on commit cb6c6b3

Please sign in to comment.