Matthias
4f6df73156
Update documentation for Raspberry install since we now have a
...
rpi-requirements file
2019-04-14 15:57:44 +02:00
Matthias
1bba9fcc53
Update documentation to use freqtrade, not freqtrade/main.py
...
fixes #1521
2019-03-24 15:13:17 +01:00
Matthias
0dc96210b6
Fix formatting of boxes 2
2019-03-23 19:43:23 +01:00
hroff-1902
8730852d6e
Support for systemd watchdog via sd_notify
2019-03-10 21:04:38 +03:00
gautier pialat
ba23f58ff3
change the way to clone git rep for Window with docker
2019-02-20 18:09:26 +01:00
gautier pialat
dffb27326e
prevent convert LF->CRLF line ending on window
...
During docker built on windows if in global git config core.autocrlf = true then when have this message :
Step 6/12 : RUN cd /tmp && /tmp/install_ta-lib.sh && rm -r /tmp/*ta-lib*
---> Running in c0a626821132
/tmp/install_ta-lib.sh: 4: /tmp/install_ta-lib.sh: Syntax error: "&&" unexpected
this behave is because file is in the wrong line ending format
Has script files run on linux they need to use LF lines ending so we need to ensure they are not converted to CRLF lines ending if global git config is at core.autocrlf = true.
2019-02-18 17:16:27 +01:00
misagh
827a8309d7
more links corrected
2018-12-31 14:00:36 +01:00
misagh
366980fd62
broken link corrected
2018-12-31 13:39:18 +01:00
misagh
dd91b5c731
links corrected
2018-12-31 13:26:25 +01:00
misagh
7bf1a92dc3
“inofficial” => unofficial
2018-12-31 11:12:56 +01:00
misagh
db1c9b8edf
relative links
2018-12-31 11:04:22 +01:00
Oon Arfiandwi
8b38f44da6
Update installation reference for Raspbian
...
Add `libffi-dev` as an additional package to install before process installation with `pip`.
Add recommendation to use (mini)conda and remove package `scipy`, `pandas`, and `numpy` from `requrements.txt`.
2018-12-27 14:56:35 +08:00
Pan Long
1483593e65
Fix instructions on building a dev Docker image.
2018-12-17 07:54:28 -08:00
Pan Long
1372095c66
Seperate requirements to run the bot and to develop.
...
- Add a requirements-dev.txt file which includes additional deps for development.
- Add a Dockerfile.develop which installs all deps for development and also enables dev commands.
- Change related documentations on how to run/dev the bot.
2018-12-16 22:15:45 -08:00
Matthias
5fa3548dbe
Merge pull request #1145 from freqtrade/feat/improve_travis
...
improve travis integration, add test for Docker
2018-11-27 07:04:38 +01:00
Matthias
39efda19f4
Add freqtradeorg/freqtrade docker images to the documentation
2018-10-21 13:33:23 +02:00
misagh
fb3fd7cb15
setup script and documentation fixed for TA-Lib and MacOS
2018-10-11 19:26:19 +02:00
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