Skip to content

Commit

Permalink
add info about installing with pip
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Walladge committed Jul 7, 2016
1 parent 6928ad7 commit 2d8401e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
11 changes: 10 additions & 1 deletion .gitignore
@@ -1,3 +1,12 @@
# byte-compiled python files
*.pyc
.ropeproject

# venv dir
env

# python packaging files/dirs
build
dist
MANIFEST

.ropeproject
9 changes: 6 additions & 3 deletions README.md
Expand Up @@ -25,9 +25,12 @@ Check your OS distribution for installation packages.

### Installation

* Clone this repository to your hard disk: `git clone https://github.com/insanum/sncli.git`
* Install the requirements `pip3 install -r requirements.txt`
* Install _sncli_: `python3 setup.py install`
* Via pip (latest release):
- `pip3 install sncli`
* Manually:
- Clone this repository to your hard disk: `git clone https://github.com/insanum/sncli.git`
- Install the requirements `pip3 install -r requirements.txt`
- Install _sncli_: `python3 setup.py install`

### Features

Expand Down
2 changes: 1 addition & 1 deletion simplenote_cli/__init__.py
@@ -1,5 +1,5 @@
__productname__ = 'sncli'
__version__ = '0.1.1'
__version__ = '0.1.2'
__copyright__ = "Copyright (c) 2014 Eric Davis"
__author__ = "Eric Davis"
__author_email__ = "edavis@insanum.com"
Expand Down

0 comments on commit 2d8401e

Please sign in to comment.