Skip to content

Commit

Permalink
readme and smol tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Imnotndesh committed Mar 6, 2024
1 parent 1b7ca3c commit 305413d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
18 changes: 17 additions & 1 deletion README.md
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.*
3 changes: 2 additions & 1 deletion pyGtkSetup.sh → pygtk4-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ python3 -m pip install --upgrade pip
# Insalling necessary pip packages
pip install pyCairo PyGObject

echo "Finished setting up dev environment"
echo "Checking if works!"
# Testing if it works

# Sample PyGTK4 app code
Expand Down Expand Up @@ -77,4 +79,3 @@ echo "$main_code" > main.py
python main.py

# Done
echo "Finished setting up dev environment"

0 comments on commit 305413d

Please sign in to comment.