Matthias
|
b18256c231
|
Merge pull request #6487 from samgermain/setup-gettext
setup.sh install gettext for mac
|
4 years ago |
Sam Germain
|
abc8854b5a
|
setup.sh install gettext for mac
|
4 years ago |
Bloodhunter4rc
|
82006ff1db
|
Update setup.sh
|
4 years ago |
Matthias
|
d9347e9900
|
Update references to remove python 3.7 support
|
4 years ago |
Matthias
|
1bc2c71757
|
Update documentation with support for python 3.10
|
4 years ago |
Matthias
|
e9c3f0cbbd
|
Add note about python3.10 not being supported
closes #6041
|
4 years ago |
Sam Germain
|
10e839c17e
|
Update setup.sh
python versions 3.7 to 3.9
|
4 years ago |
Sam Germain
|
5b9a168ca9
|
removed build-essential from redhat install
|
4 years ago |
Sam Germain
|
d1e2a53267
|
Added centOS support to setup.sh script
|
4 years ago |
Sam Germain
|
7ff16997e9
|
Wrote echo block method for setup script
|
4 years ago |
Matthias
|
00fc38a5dc
|
Update setup.sh to correctly exit if ta-lib fails
part of #5734
|
4 years ago |
Ottavio Miele
|
fb6beb90e8
|
Include Raspberry Pi armv6 (0, 0W,...)
|
4 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
|
5 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 |