-
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
7a52594
commit d36d741
Showing
1 changed file
with
5 additions
and
0 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,3 +1,8 @@ | ||
# Ubuntu-Config-Template | ||
|
||
A simple Ubuntu template for automating the installations of the necessary packages and apps. | ||
|
||
As python3 comes out-of-the-box with Ubuntu, for starting this project you only need to use Python whether you are in a virtual environment or not. | ||
try it with `python main.py` in a v. env or `python3 main.py` globally. | ||
|
||
hope it suits your needs. Also, contributions are most welcome. |