Matthias
c224c66978
Small edits to install.md
6 years ago
Matthias
8796ecb2a9
Ad example for new-config with answered questions
6 years ago
hroff-1902
4c0e586354
Advise to use https method for git clone i.o ssh
6 years ago
Matthias
da1fea6582
Minor correction to wording of MacOS Specific install doc
6 years ago
Matthias
b48bf035f6
Add note about MacOS installation
6 years ago
hroff-1902
7a3c3c4ddf
Add directlink to the section
6 years ago
hroff-1902
36b2ed172c
Merge branch 'develop' into logging-syslog
6 years ago
Matthias
8cf8ab089e
Add note about create-datadir to install instruction
6 years ago
Matthias
9b050523e9
Merge pull request #2397 from freqtrade/feat/new_args_system
...
require subcommand for all actions
6 years ago
hroff-1902
1f042f5e32
Quick start and easy installation sections reworked
7 years ago
hroff-1902
54b63e89f8
Wordings on top of #2495
7 years ago
Gautier Pialat
bc5c91f681
add missing note block
7 years ago
Gautier Pialat
076ef0407b
git branch note explanation
7 years ago
Gautier Pialat
b0150d548a
remove not use statement
7 years ago
Matthias
6f01d7f8ea
Merge branch 'develop' into feat/new_args_system
7 years ago
Matthias
a80e49bd81
Change level of rpi header
7 years ago
Matthias
7a96d3c9ae
Update raspbian install documentation
...
Fix "box" titles ... they need to be in quotes!
7 years ago
Matthias
a368646745
Merge branch 'develop' into feat/new_args_system
7 years ago
Matthias
e5487441ba
Fix typos
7 years ago
hroff-1902
8b4fea4b71
Update installation.md
7 years ago
Matthias
13ae339a2e
Improve windows Install documentation with hints
7 years ago
hroff-1902
bf20f3b7d8
Remove part which is related to #2418
7 years ago
hroff-1902
bfec9d974b
docs: Create Advanced Post-installation Tasks section; move systemd stuff there
7 years ago
Matthias
344a0a094f
Update remaining documentations
7 years ago
Matthias
23665c7731
Don't use main.py as entry point in documentation
7 years ago
Matthias
eb07f1fee9
Fix typo
7 years ago
Matthias
d05db077e2
Update PI install documentation and dockerfile
7 years ago
Matthias
fe12d2e3b7
Fix documentation syntax
7 years ago
Matthias
904381058c
Add documentation for conda install
7 years ago
hroff-1902
1ac4a7e116
rendering for a Note fixed
7 years ago
Matthias
c4fb0fd6ca
Don't run the bot with python3 freqtrade
...
* we can either use `python3 -m freqtrade ...` or `freqtrade ...` - and
shorter should be better.
7 years ago
Matthias
16a9e6b72f
Improve install documentation
7 years ago
Matthias
3043a8d9c9
Be more explicit about what's missing
7 years ago
hroff-1902
5b84cb39ac
typo fixed
7 years ago
Matthias
26a8cdcc03
Move telegram-setup to telegram page
7 years ago
Matthias
4394701de3
Seperate docker-documentation
7 years ago
Matthias
f506644a8c
Improve docker documentation
7 years ago
Matthias
dc12cacd50
Rename requirements-pi to requirements.common
7 years ago
Matthias
4f6df73156
Update documentation for Raspberry install since we now have a
...
rpi-requirements file
7 years ago
Matthias
1bba9fcc53
Update documentation to use freqtrade, not freqtrade/main.py
...
fixes #1521
7 years ago
Matthias
0dc96210b6
Fix formatting of boxes 2
7 years ago
hroff-1902
8730852d6e
Support for systemd watchdog via sd_notify
7 years ago
gautier pialat
ba23f58ff3
change the way to clone git rep for Window with docker
7 years ago
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.
7 years ago
misagh
827a8309d7
more links corrected
7 years ago
misagh
366980fd62
broken link corrected
7 years ago
misagh
dd91b5c731
links corrected
7 years ago
misagh
7bf1a92dc3
“inofficial” => unofficial
7 years ago
misagh
db1c9b8edf
relative links
7 years ago
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`.
7 years ago