Commit Graph

33 Commits

Author SHA1 Message Date
misagh 912e9bd15c mac installation path 2018-10-11 19:12:12 +02:00
Matthias 3ed486f3a0 update documentation for raspberry
to match as shown in #1236
2018-10-03 19:32:14 +02:00
Matthias 30ae5829f5 Fix SED command for macos
Mac uses the bsd version, where -i without backup is not allowed.
2018-09-16 11:26:20 +02:00
Matthias c9ee528050 Add section about raspberry / conda to install.md 2018-08-28 22:06:46 +02:00
Matthias 9bce6c5f48 Add error-section for windows 2018-08-28 19:30:26 +02:00
Matthias 1a9c085f10 Restructure install documentation 2018-08-26 20:09:12 +02:00
Matthias c5efcace47 change pip3.6 to pip3 2018-08-26 12:49:39 +02:00
Axel Cherubin a5554604e0 add sed command in doc, fix travis error 2018-08-05 16:59:18 -04:00
Matthias ebfcc0fc13 install numpy before ta-lib to fix build errors 2018-07-29 14:01:50 +02:00
Samuel Husso 864bbc441a
Merge pull request #882 from freqtrade/feature/revamp_readme
Update the README structure
2018-06-23 08:21:56 -05:00
xmatthias a7be15d72f Update Documentation to include backtesting with docker 2018-06-18 22:42:14 +02:00
Janne Sinivirta 0c85febe76 remove all mongodb related code 2018-06-16 09:09:28 +03:00
Gerald Lonlas f0456bb802 Update the README structure 2018-06-08 20:15:52 -07:00
Matthias 43d19790ae
update windows install documentation 2018-06-08 11:23:00 +02:00
gcarq f6ef466876 adapt docs 2018-06-07 05:47:14 +02:00
xmatthias 5ef2654eb4 replace references to old url
replace garq with freqtrade
2018-06-03 23:07:00 +02:00
creslin 318c973461
Update to installation.md
Added link to Docker issue  on OSX with greater detail of the problem and work-around.
2018-05-23 15:20:16 +03:00
creslin 34e78a7400
OSX docker start cmd updated
New versions of Docker will not start in OSX using the cmd in these instructions as /etc/localtime cannot be mounted. 
The change provides an alternate command that does work. 
`docker run --rm -e TZ=`ls -la /etc/localtime | cut -d/ -f8-9` -v `pwd`/config.json:/freqtrade/config.json -it freqtrade`

More info is in this thread: 
https://github.com/docker/for-mac/issues/2396
2018-05-23 13:17:35 +03:00
Matthias Voppichler 215dea0411 Fix wrong whitespace character 2018-03-10 09:53:38 +01:00
Matthias Voppichler 4cfa3be69e add /etc/localtime to container to syncronize time 2018-03-09 20:51:28 +01:00
Samuel Husso 9df2ccbceb
Merge pull request #467 from gcarq/feature/setup_script
Add setup.sh script to install and update the bot
2018-01-30 06:33:54 +02:00
Gerald Lonlas f69adc1894 Add setup.sh script to install and update the bot 2018-01-28 23:18:15 -08:00
Gerald Lonlas 2a37034787 Update doc: add --upgrade pip 2018-01-28 18:01:02 -08:00
Gérald LONLAS 130867a6c2
Merge branch 'develop' into develop 2018-01-14 18:03:28 -08:00
Rob Moggach b5cd9dab26 change cat to cp 2018-01-14 12:25:30 -05:00
Gerald Lonlas 344843d802 Update doc: 'cp' becomes 'cp -n', and add more FAQ questions 2018-01-13 23:02:00 -08:00
Rob Moggach 25e021d4b4 installation docs update 2018-01-12 21:32:09 -08:00
Rob Moggach d48d2d08df cleaned up installation docs 2018-01-12 18:36:12 -08:00
Robert Moggach 9840e0b5b8 use HTTPS git URL in README.md (#347) 2018-01-09 13:31:59 +01:00
Samuel Husso fbf9bfe897
Update installation.md
it seems that ta-lib requires python3.6-dev package to be installed
2018-01-09 07:24:00 +02:00
Rob Moggach 732281bca0 public git URL 2018-01-08 20:27:41 -08:00
Gerald Lonlas f37c495b90 Update the documentation from the PR review 2018-01-02 22:50:54 -08:00
Gerald Lonlas 284c6c4223 Reorder and revamp the documentation 2018-01-02 22:50:54 -08:00