forked from awaregroup/powerbi-vcs
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New Build, unrestricted versions, added development notes
- Loading branch information
1 parent
c9cda4b
commit 6a49175
Showing
3 changed files
with
21 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Development | ||
|
||
## Preparation | ||
|
||
* install python 3+ | ||
* set up venv for this folder ```py -m venv env``` | ||
* use the env ```.\env\Scripts\activate``` | ||
* update pip ```.\env\Scripts\python.exe -m pip install --upgrade pip``` | ||
* get dependencies ```pip install -r requirements.txt``` | ||
* ignore warning about mq install | ||
* get pyinstaller ```pip install pyinstaller``` | ||
|
||
## Package | ||
|
||
```pyinstaller --onefile -w .\pbivcs.py``` | ||
|
||
this will bundle up ```pbivcs.exe``` to \dist | ||
Note - this kicks off some antivirus programs - you may need to unquarantine it. |
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
Binary file not shown.