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
Matthias
f7afd9a5ff
update setup.sh to support 3.7
8 years ago
Gerald Lonlas
f59f534c64
Setup.sh: fix Python3.6 when broken on macOS
8 years ago
Gerald Lonlas
5a4eb2cbf2
Setup.sh: make message format consistent
8 years ago
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.
8 years ago
Pan Long
0fab7f0880
Fix a typo in setup.sh
8 years ago
Gerald Lonlas
2c16ba18a4
Fix config generation on setup.sh
8 years ago
Jordy Bulten
e6d6918ed8
Fixed typos in setup script
8 years ago
Gerald Lonlas
7321836bfb
Indent functions code
8 years ago
Gerald Lonlas
96c54716d7
Add --plot parameter for installing plotting dependencies
8 years ago
Gerald Lonlas
f69adc1894
Add setup.sh script to install and update the bot
8 years ago