Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Paszymaja authored Jun 6, 2020
1 parent 0e7dfc6 commit 21b55e8
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
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.

0 comments on commit 21b55e8

Please sign in to comment.