-
Notifications
You must be signed in to change notification settings - Fork 1
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
Showing
1 changed file
with
14 additions
and
1 deletion.
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,2 +1,15 @@ | ||
# Install_python | ||
Downloading and Installing Python via a Powershell file. | ||
> Downloading and Installing Python via a Powershell file. | ||
A simple Powershell sript that helps you install python and used libraries for your project making your life easier. It's useful when you need to run program on another machine. | ||
|
||
💻📖 | ||
|
||
## Installation | ||
|
||
Just download `install_python.ps1` file from repository and run it on your windows machine. | ||
|
||
## Usage | ||
|
||
When you need another version of python change the `$pythonUrl` and `$pythonNameLoc` variables to desired version. | ||
To install libraries add pip command on the bottom of the script. |