Skip to content

Commit

Permalink
PEP668 externally-managed-environment error notice
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-thompson committed Jan 23, 2024
1 parent 28a8057 commit b225dab
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,15 @@
This executable program is an implementation of [Pong](https://en.wikipedia.org/wiki/Pong), originally developed and released by [Atari](https://en.wikipedia.org/wiki/Atari,_Inc._(1972%E2%80%931992)) in 1972. This was created using [Pygame](https://www.pygame.org/wiki/about) and hand-made [resources](https://github.com/jacob-thompson/pong-arcade/tree/main/src/pong_arcade/data).


## Getting Started
## Play

#### Download
#### Install

```sh
pip install pong-arcade
```

Due to [PEP 668](https://peps.python.org/pep-0668/) compliance, `pip`, on some systems, may throw an `externally-managed-environment` error upon running `pip install`. In this case, the following is recommended:
```sh
pipx install pong-arcade
```
Expand Down

0 comments on commit b225dab

Please sign in to comment.