-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1b7ca3c
commit 305413d
Showing
2 changed files
with
19 additions
and
2 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 |
---|---|---|
@@ -1 +1,17 @@ | ||
Insert stuff! | ||
# Pygtk4 dev environment creator | ||
- Yes a long name but does what it says. | ||
- It creates a virtual environment 'venv', fetches all dependancies, and runs a simple gui to check if it works. | ||
- That's basically it. | ||
|
||
# Prerequisites | ||
* Bash is installed in the system. | ||
* A debian based system ( This will change in future ) | ||
|
||
# How to use | ||
- Fetch the latest release from the releases page | ||
- Locate the downloaded script file | ||
- Just open your familiar terminal and run the command: | ||
``` | ||
./pygtk4-setup.sh | ||
``` | ||
> *Make sure you execute the above in a dedicated folder.* |
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