Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

Commit

Permalink
Merge pull request #217 from tailsjoin/master
Browse files Browse the repository at this point in the history
Remove numpy, standardize links to https.
  • Loading branch information
chris-belcher committed Sep 4, 2015
2 parents 8f5dd39 + 1497447 commit ec35fc0
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ Bitcointalk thread:
https://bitcointalk.org/index.php?topic=919116.msg10096563

Subreddit:
www.reddit.com/r/joinmarket
https://reddit.com/r/joinmarket

Twitter:
www.twitter.com/joinmarket
https://twitter.com/joinmarket

Donation address:
1AZgQZWYRteh6UyF87hwuvyWj73NvWKpL
Expand All @@ -23,14 +23,12 @@ REQUIRED INSTALLATION DEPENDENCIES
Get it here: http://doc.libsodium.org/
use this line to check it was installed correctly
python lib/enc_wrapper.py
2. you will need numpy 1.7 or later installed
3. (optional) matplotlib for displaying the graphs in orderbook-watcher
2. (optional) matplotlib for displaying the graphs in orderbook-watcher

GET DEBIAN / UBUNTU INSTALL DEPENDENCIES:
0. sudo apt-get update -y && sudo apt-get upgrade -y && sudo apt-get install python
1. sudo apt-get install libsodium-dev -y
2. sudo apt-get install python-pip -y && sudo pip install numpy --upgrade
3. (optional) sudo apt-get install python-matplotlib -y
2. (optional) sudo apt-get install python-matplotlib -y

WINDOWS:
If installing on Windows, consult this wiki page for helpful instructions
Expand Down

0 comments on commit ec35fc0

Please sign in to comment.