Matthias
23665c7731
Don't use main.py as entry point in documentation
2019-09-29 10:25:47 +02:00
Matthias
eb07f1fee9
Fix typo
2019-09-26 09:31:31 +02:00
Matthias
d05db077e2
Update PI install documentation and dockerfile
2019-09-25 11:40:34 +02:00
Matthias
fe12d2e3b7
Fix documentation syntax
2019-08-22 06:57:32 +02:00
Matthias
904381058c
Add documentation for conda install
2019-08-05 19:25:43 +02:00
hroff-1902
1ac4a7e116
rendering for a Note fixed
2019-07-26 02:59:10 +03:00
Matthias
c4fb0fd6ca
Don't run the bot with python3 freqtrade
...
* we can either use `python3 -m freqtrade ...` or `freqtrade ...` - and
shorter should be better.
2019-07-08 17:01:25 +02:00
Matthias
16a9e6b72f
Improve install documentation
2019-06-27 19:51:04 +02:00
Matthias
3043a8d9c9
Be more explicit about what's missing
2019-06-27 06:20:22 +02:00
hroff-1902
5b84cb39ac
typo fixed
2019-06-23 22:51:33 +03:00
Matthias
26a8cdcc03
Move telegram-setup to telegram page
2019-05-25 16:27:36 +02:00
Matthias
4394701de3
Seperate docker-documentation
2019-05-25 16:13:18 +02:00
Matthias
f506644a8c
Improve docker documentation
2019-05-04 09:10:25 +02:00
Matthias
dc12cacd50
Rename requirements-pi to requirements.common
2019-04-26 19:57:09 +02:00
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