Sam Germain
10e839c17e
Update setup.sh
...
python versions 3.7 to 3.9
5 years ago
Sam Germain
5b9a168ca9
removed build-essential from redhat install
5 years ago
Sam Germain
d1e2a53267
Added centOS support to setup.sh script
5 years ago
Sam Germain
7ff16997e9
Wrote echo block method for setup script
5 years ago
Matthias
00fc38a5dc
Update setup.sh to correctly exit if ta-lib fails
...
part of #5734
5 years ago
Ottavio Miele
fb6beb90e8
Include Raspberry Pi armv6 (0, 0W,...)
5 years ago
Rikj000
103a8e827e
⚡ `setup.sh` - Use `build_helpers/install_ta-lib.sh` for TA-Lib installation
5 years ago
Pan Long
c14d8ea827
Export HDF5 and CBLOSC paths.
...
This is needed if homebrew isn't installed in the standard path, say,
/usr/local/.
5 years ago
topscoder
dc0b4d07d4
Fix typo
...
Reseting -> Resetting
5 years ago
Sam Germain
550a9de097
Fixed setup for python3.9 on ubuntu
5 years ago
Sam Germain
07e3f82400
Changed to python3.8 installing first, removed test_and_fix_python_on_mac
5 years ago
Sam Germain
65ce7c9838
Added echo python3.* line back in
5 years ago
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
5 years ago
Sam Germain
cde041f702
install hdf5 and c-blosc on mac if using python3.9
5 years ago
Bernd Zeimetz
5defd9a7f8
setup.sh: Install libpython3-dev on Debian/Ubuntu
...
Python.h is required to build c modules for Python.
5 years ago
Matthias
371b374ea6
Remove unused config setup from setup.sh
5 years ago
Matthias
e240f0b372
Merge branch 'develop' into dependabot/docker/python-3.9.0-slim-buster
5 years ago
Matthias
9f5c4ead15
Remove support for 3.6
5 years ago
Matthias
be555895b2
Merge branch 'develop' into dependabot/docker/python-3.9.0-slim-buster
5 years ago
Matthias
cec771b593
Ask for plotting dependency installation
5 years ago
Matthias
5f70d1f9a7
Ask for hyperopt installation during setup
...
closes #2871
5 years ago
Matthias
95b24ba8a9
Update setup.sh with some specifics
5 years ago
Matthias
dd42d61d03
Run CI on 3.9
6 years ago
Matthias
2b1d0b4ab5
Rename references to "master" branch to "stable"
...
closes #2496
6 years ago
Matthias
e1a347df90
Use subcommand, add 3rd line
6 years ago
Matthias
deb14e0c85
Update "final" message in setup.sh
...
closes #2773
6 years ago
Matthias
b536d50194
Address PR Review
6 years ago
Matthias
628b06927c
Support python3.8 virtualenvs and remove config generation via SED
6 years ago
hroff-1902
0ea44b0143
Fix message in setup.sh
6 years ago
Matthias
7a47d81b7b
Ensure git reset --hard is realy desired
7 years ago
Matthias
831e708897
Detect virtualenv and quit in that case
7 years ago
Matthias
757538f114
Run ldconfig to add /usr/local/lib to path
7 years ago
Matthias
cc4900f66c
Doublecheck if virtualenv IS present
7 years ago
Matthias
7d02580a2b
setup.sh script shall fail if venv initialization fails
7 years ago
Matthias
27cb1a4174
Add FAQ section explaining "module not found" errors
7 years ago
Matthias
3043a8d9c9
Be more explicit about what's missing
7 years ago
Matthias
1b156e0f34
Don't install python to a system, it's error-prone and may not work
7 years ago
Matthias
1bba9fcc53
Update documentation to use freqtrade, not freqtrade/main.py
...
fixes #1521
7 years ago
Misagh
a07353d3c7
fixes few wordings
7 years ago
Matthias
506237e3b4
Don't use --quiet on pip install
...
this hides errors from users and complicates debugging in case of
problmes
7 years ago
Matthias
f088f43b40
Install numpy before py_find_1st
7 years ago
Matthias
01e2dc17b5
Remove whitespace in fucntion definition
7 years ago
Matthias
337ebdeccb
Avoid installing ta-lib multiple times
7 years ago
Matthias
9e5e485d0a
put --upgrade flag to the same location in subsequent requests
7 years ago
Matthias
31da42a485
Show error when no python is found
7 years ago
misagh
2c31fd662c
cd build_helpers added before extracting Tar
7 years ago
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.
7 years ago
misagh
b09a1d1abe
1) do not download ta-lib as we have it offline. 2) removing ta-lib
...
directory but not the file
8 years ago
misagh
fb3fd7cb15
setup script and documentation fixed for TA-Lib and MacOS
8 years ago
Matthias
d007ac4b96
check version explicitly, use "python" in venv
8 years ago