Commit Graph

52 Commits

Author SHA1 Message Date
topscoder dc0b4d07d4
Fix typo
Reseting -> Resetting
2021-08-18 20:52:11 +02:00
Sam Germain 550a9de097 Fixed setup for python3.9 on ubuntu 2021-07-19 16:25:36 -06:00
Sam Germain 07e3f82400 Changed to python3.8 installing first, removed test_and_fix_python_on_mac 2021-07-15 01:03:32 -06:00
Sam Germain 65ce7c9838 Added echo python3.* line back in 2021-07-14 20:01:43 -06:00
Sam Germain 74d7497a47 Setup script tries to install python3.9 instead of 3.8 with this fix, python versions are also checked for in a loop instead of copy and pasted code 2021-07-14 19:25:51 -06:00
Sam Germain cde041f702 install hdf5 and c-blosc on mac if using python3.9 2021-07-14 19:20:12 -06:00
Bernd Zeimetz 5defd9a7f8
setup.sh: Install libpython3-dev on Debian/Ubuntu
Python.h is required to build c modules for Python.
2021-04-20 19:52:57 +02:00
Matthias 371b374ea6 Remove unused config setup from setup.sh 2021-01-22 19:12:34 +01:00
Matthias e240f0b372 Merge branch 'develop' into dependabot/docker/python-3.9.0-slim-buster 2020-12-14 20:18:34 +01:00
Matthias 9f5c4ead15 Remove support for 3.6 2020-12-14 19:18:54 +01:00
Matthias be555895b2 Merge branch 'develop' into dependabot/docker/python-3.9.0-slim-buster 2020-12-13 11:24:23 +01:00
Matthias cec771b593 Ask for plotting dependency installation 2020-12-01 06:48:16 +01:00
Matthias 5f70d1f9a7 Ask for hyperopt installation during setup
closes #2871
2020-12-01 06:48:16 +01:00
Matthias 95b24ba8a9 Update setup.sh with some specifics 2020-12-01 06:48:12 +01:00
Matthias dd42d61d03 Run CI on 3.9 2020-11-17 19:44:39 +01:00
Matthias 2b1d0b4ab5 Rename references to "master" branch to "stable"
closes #2496
2020-09-20 11:45:08 +02:00
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