mirror of
https://github.com/Sneed-Group/pypush-plus-plus
synced 2024-12-23 19:32:29 -06:00
switch repository link back to JJTech0130
This commit is contained in:
parent
c8447d5027
commit
e57f2161bd
1 changed files with 2 additions and 2 deletions
|
@ -10,11 +10,11 @@ It's pretty self-explanatory:
|
|||
<!-- NOTE: Using pip's git support requires that git be installed -->
|
||||
1. `python3 -m pip install pipx`
|
||||
2. `python3 -m pipx ensurepath`
|
||||
3. `pipx install git+https://github.com/beeper/pypush@async`
|
||||
3. `pipx install git+https://github.com/JJTech0130/pypush@async`
|
||||
4. `pypush`
|
||||
|
||||
### For Developers
|
||||
1. `git clone -b async https://github.com/beeper/pypush`
|
||||
1. `git clone -b async https://github.com/JJTech0130/pypush`
|
||||
2. `cd pypush`
|
||||
3. Install pypush and dependencies
|
||||
- via pip & requirements.txt (A virtual environment is recommended)
|
||||
|
|
Loading…
Reference in a new issue