Skip to content

Commit

Permalink
Add development.patch and instructions how to use it
Browse files Browse the repository at this point in the history
  • Loading branch information
WaxyMocha committed Jul 24, 2020
1 parent cd6458c commit 88c56f0
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,15 @@ cd WoeUSB-ng
sudo pip3 install .
```

#### Installation from source code locally or in virtual environment
```shell
git clone https://github.com/WoeUSB/WoeUSB-ng.git
git apply development.patch
cd WoeUSB-ng
sudo pip3 install -e .
```
Please note that this will not create menu shortcut and you may need to run gui twice as it may want to adjust policy.

### Uninstalling

To remove WoeUSB-ng completely run:
Expand Down
12 changes: 12 additions & 0 deletions development.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff --git a/setup.py b/setup.py
index dca8421..b3e02fe 100644
--- a/setup.py
+++ b/setup.py
@@ -72,6 +72,7 @@ setup(
include_package_data=True,
scripts=[
'WoeUSB/woeusb',
+ 'WoeUSB/woeusbgui',
],
install_requires=[
'termcolor',

0 comments on commit 88c56f0

Please sign in to comment.