Skip to content

Commit

Permalink
Merge c6fb94e into 43c86e9
Browse files Browse the repository at this point in the history
  • Loading branch information
heronhaye committed Dec 6, 2018
2 parents 43c86e9 + c6fb94e commit b0dd400
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -3,6 +3,9 @@ language:
python:
- 2.7
- 3.6
os:
- linux
- osx
install:
- pip install -r requirements.txt
script:
Expand Down
7 changes: 7 additions & 0 deletions README.rst
Expand Up @@ -33,6 +33,13 @@ Installation

pip install TripleSec

Note: You may get an OpenSSL error while installing
the scrypt dependency.
On Ubuntu/Debian, run
::
# apt-get install libssl-dev
On Mac, follow the instructions at https://github.com/ethereum/pyethapp/issues/209#issuecomment-308466232.

Usage
-----

Expand Down

0 comments on commit b0dd400

Please sign in to comment.