Skip to content

Commit

Permalink
doc : README.md updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Nov 19, 2023
1 parent 67edbc8 commit 53578f4
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,17 +60,11 @@ Here we have a friendly clone of this game that I wrote during coronavirus quara
- [x] Select `Add to PATH` option
- [x] Select `Install pip` option
- Download [Version 0.4](https://github.com/sepandhaghighi/penney/archive/v0.4.zip) or [Latest Source ](https://github.com/sepandhaghighi/penney/archive/dev.zip)
- Run `pip install -r requirements.txt` or `pip3 install -r requirements.txt` (Need root access)
- Run `python3 setup.py install` or `python setup.py install` (Need root access)
- Run `pip install .`

### PyPI

- Check [Python Packaging User Guide](https://packaging.python.org/installing/)
- Run `pip install penney` or `pip3 install penney` (Need root access)

### Easy Install

- Run `easy_install --upgrade penney` (Need root access)
- Run `pip install penney` or `pip3 install penney`

### Exe Version (Windows)
- Download [Exe-Version 0.4](https://github.com/sepandhaghighi/penney/releases/download/v0.4/Penney-0.4.exe)
Expand Down

0 comments on commit 53578f4

Please sign in to comment.