Commit Graph

14 Commits

Author SHA1 Message Date
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