Skip to content
New issue

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

problem install "Crypto-Signal" with Python #434

Open
shehnipoor opened this issue Jun 28, 2021 · 1 comment
Open

problem install "Crypto-Signal" with Python #434

shehnipoor opened this issue Jun 28, 2021 · 1 comment

Comments

@shehnipoor
Copy link

How do I install "Crypto-Signal" with Python?

@Alorse
Copy link

Alorse commented Aug 6, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants