Matthias
2f349e0504
Improve install documentation by streamlining the process
2020-02-24 20:21:25 +01:00
Matthias
23b47b66ec
Update install-script documentation and reorder installation steps
2020-02-24 20:11:25 +01:00
Matthias
c224c66978
Small edits to install.md
2020-02-01 14:06:31 +01:00
Matthias
8796ecb2a9
Ad example for new-config with answered questions
2020-02-01 13:56:57 +01:00
hroff-1902
4c0e586354
Advise to use https method for git clone i.o ssh
2020-01-27 22:39:04 +03:00
Matthias
da1fea6582
Minor correction to wording of MacOS Specific install doc
2020-01-03 06:37:43 +01:00
Matthias
b48bf035f6
Add note about MacOS installation
2020-01-02 14:54:07 +01:00
hroff-1902
7a3c3c4ddf
Add directlink to the section
2019-11-30 22:35:13 +03:00
hroff-1902
36b2ed172c
Merge branch 'develop' into logging-syslog
2019-11-30 21:38:50 +03:00
Matthias
8cf8ab089e
Add note about create-datadir to install instruction
2019-11-21 06:32:45 +01:00
Matthias
9b050523e9
Merge pull request #2397 from freqtrade/feat/new_args_system
...
require subcommand for all actions
2019-11-14 06:28:42 +01:00
hroff-1902
1f042f5e32
Quick start and easy installation sections reworked
2019-11-08 19:38:32 +03:00
hroff-1902
54b63e89f8
Wordings on top of #2495
2019-11-08 17:32:18 +03:00
Gautier Pialat
bc5c91f681
add missing note block
2019-11-08 10:29:00 +01:00
Gautier Pialat
076ef0407b
git branch note explanation
2019-11-08 09:39:06 +01:00
Gautier Pialat
b0150d548a
remove not use statement
2019-11-08 09:37:54 +01:00
Matthias
6f01d7f8ea
Merge branch 'develop' into feat/new_args_system
2019-11-03 10:09:49 +01:00
Matthias
a80e49bd81
Change level of rpi header
2019-10-31 12:49:41 +01:00
Matthias
7a96d3c9ae
Update raspbian install documentation
...
Fix "box" titles ... they need to be in quotes!
2019-10-30 13:27:04 +01:00
Matthias
a368646745
Merge branch 'develop' into feat/new_args_system
2019-10-29 19:33:56 +01:00
Matthias
e5487441ba
Fix typos
2019-10-27 06:08:55 +01:00
hroff-1902
8b4fea4b71
Update installation.md
2019-10-27 02:06:10 +03:00
Matthias
13ae339a2e
Improve windows Install documentation with hints
2019-10-26 16:34:13 +02:00
hroff-1902
bf20f3b7d8
Remove part which is related to #2418
2019-10-26 15:41:31 +03:00
hroff-1902
bfec9d974b
docs: Create Advanced Post-installation Tasks section; move systemd stuff there
2019-10-26 13:26:22 +03:00
Matthias
344a0a094f
Update remaining documentations
2019-09-29 19:21:18 +02:00
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
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