Skip to content

Commit

Permalink
ded windows binary release
Browse files Browse the repository at this point in the history
  • Loading branch information
gautamkrishnar committed Nov 24, 2016
1 parent 80a7d15 commit 591aa9e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ sudo apt-get install python python-pip
sudo pip install socli
```
##### For Windows
###### Method 1 (Using Installer)
Download and install the latest release of [SoCLI-Setup.exe](https://github.com/gautamkrishnar/socli/releases/latest/) for windows. It is a self contained package with all the required dependencies.
Add SoCLI directory to windows path. See [this page](http://windowsitpro.com/systems-management/how-can-i-add-new-folder-my-system-path) for more info. If you are running 64bit version of windows add `C:\Program Files (x86)\SoCLI` to the path, else add `C:\Program Files\SoCLI` to the path. This method doesn't support the command line updating of SoCLI, you must manually uninstall the program and reinstall the new versions.

###### Method 2 (Using PIP)
[Download and install python](https://www.python.org/downloads/). Dont forget to check the option "Add to path".

Open a command prompt with administrative privileges and use **pip** command to install **socli**:
Expand Down
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# SoCLI Changelog
### 2.6
* Fixed some minor typos
* Added windows binary release

### 2.5
* Fixed some bugs due to latest windows cmd update
Expand Down

0 comments on commit 591aa9e

Please sign in to comment.