-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #32 from IanVzs/dev
😯 * 3 delete all py3.8
- Loading branch information
Showing
5 changed files
with
19 additions
and
122 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,19 @@ | ||
# DesktopTools | ||
python http file server | ||
python desktop tools | ||
|
||
## Install & Run | ||
### Source | ||
```bash | ||
# TODO | ||
git clone [email protected]:xmsociety/DesktopTools.git | ||
cd DesktopTools | ||
pip install . | ||
``` | ||
|
||
### Pip | ||
Make sure you have pip installed. | ||
|
||
```bash | ||
pip install DesktopTools | ||
pip install DesktopTools[ui] | ||
``` | ||
#### Local | ||
``` | ||
|
This file was deleted.
Oops, something went wrong.