Commit Graph

86 Commits

Author SHA1 Message Date
Matthias e1a347df90 Use subcommand, add 3rd line 2020-04-25 16:55:13 +02:00
Matthias deb14e0c85 Update "final" message in setup.sh
closes #2773
2020-04-25 16:32:11 +02:00
Matthias b536d50194 Address PR Review 2020-02-09 11:41:29 +01:00
Matthias 628b06927c Support python3.8 virtualenvs and remove config generation via SED 2020-02-01 14:59:14 +01:00
hroff-1902 0ea44b0143 Fix message in setup.sh 2020-01-02 02:36:59 +03:00
Matthias 7a47d81b7b Ensure git reset --hard is realy desired 2019-08-07 21:45:58 +02:00
Matthias 831e708897 Detect virtualenv and quit in that case 2019-08-07 21:45:45 +02:00
Matthias 757538f114 Run ldconfig to add /usr/local/lib to path 2019-08-07 21:35:52 +02:00
Matthias cc4900f66c Doublecheck if virtualenv IS present 2019-08-07 21:19:16 +02:00
Matthias 7d02580a2b setup.sh script shall fail if venv initialization fails 2019-08-07 21:03:03 +02:00
Matthias 27cb1a4174 Add FAQ section explaining "module not found" errors 2019-07-08 17:08:14 +02:00
Matthias 3043a8d9c9 Be more explicit about what's missing 2019-06-27 06:20:22 +02:00
Matthias 1b156e0f34 Don't install python to a system, it's error-prone and may not work 2019-06-24 07:10:24 +02:00
Matthias 1bba9fcc53 Update documentation to use freqtrade, not freqtrade/main.py
fixes #1521
2019-03-24 15:13:17 +01:00
Misagh a07353d3c7
fixes few wordings 2019-01-06 12:02:57 +01:00
Matthias 506237e3b4 Don't use --quiet on pip install
this hides errors from users and complicates debugging in case of
problmes
2019-01-05 20:06:15 +01:00
Matthias f088f43b40 Install numpy before py_find_1st 2019-01-05 20:04:54 +01:00
Matthias 01e2dc17b5 Remove whitespace in fucntion definition 2019-01-05 20:00:10 +01:00
Matthias 337ebdeccb Avoid installing ta-lib multiple times 2019-01-05 19:51:51 +01:00
Matthias 9e5e485d0a put --upgrade flag to the same location in subsequent requests 2019-01-05 19:51:28 +01:00
Matthias 31da42a485 Show error when no python is found 2019-01-05 19:50:46 +01:00
misagh 2c31fd662c cd build_helpers added before extracting Tar 2019-01-02 19:26:58 +01: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
misagh b09a1d1abe 1) do not download ta-lib as we have it offline. 2) removing ta-lib
directory but not the file
2018-10-23 19:36:57 +02:00
misagh fb3fd7cb15 setup script and documentation fixed for TA-Lib and MacOS 2018-10-11 19:26:19 +02:00
Matthias d007ac4b96 check version explicitly, use "python" in venv 2018-08-15 08:37:20 +02:00
Matthias f7afd9a5ff update setup.sh to support 3.7 2018-08-12 10:37:10 +02:00
Gerald Lonlas f59f534c64 Setup.sh: fix Python3.6 when broken on macOS 2018-05-29 20:49:37 -07:00
Gerald Lonlas 5a4eb2cbf2 Setup.sh: make message format consistent 2018-05-29 20:48:34 -07:00
Pan Long c7ef69f4eb Auto apply default values in setup.
Before this commit, during setup, even a default value is displayed for some config, if user doesn't enter anything, an empty value is applied.

After this commit, if user doesn't enter anything for a config with default value, the default value will be applied.
2018-05-22 22:09:52 +08:00
Pan Long 0fab7f0880 Fix a typo in setup.sh 2018-04-18 19:11:37 +08:00
Gerald Lonlas 2c16ba18a4 Fix config generation on setup.sh 2018-02-03 12:55:15 -08:00
Jordy Bulten e6d6918ed8 Fixed typos in setup script 2018-01-31 09:46:20 +01:00
Gerald Lonlas 7321836bfb Indent functions code 2018-01-28 23:35:13 -08:00
Gerald Lonlas 96c54716d7 Add --plot parameter for installing plotting dependencies 2018-01-28 23:24:41 -08:00
Gerald Lonlas f69adc1894 Add setup.sh script to install and update the bot 2018-01-28 23:18:15 -08:00