We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I install "Crypto-Signal" with Python?
The text was updated successfully, but these errors were encountered:
Hi, what do you mean?
Those are the instructions with Docker
Be sure you have git installed in your system.
Clone this repo git clone https://github.com/CryptoSignal/crypto-signal.git
Enter to cripto-signal folder cd crypto-signal
Switch to develop branch git checkout develop
Create a config.yml file and put it into "app" folder.
Build your own Docker image, for example, docker build -t dev/crypto-signals:latest .
For testing and debugging run docker with "-t" option docker run --rm -ti -v $PWD/app:/app dev/crypto-signals:latest
For production run in daemon mode using "-d" option docker run --rm -di -v $PWD/app:/app dev/crypto-signals:latest
Sorry, something went wrong.
No branches or pull requests
How do I install "Crypto-Signal" with Python?
The text was updated successfully, but these errors were encountered: