Crypto-Signal
Crypto-Signal copied to clipboard
Is there a way to install it without DOCKER ?
How could we do that ? I'd like to test it in PythonAnywhere which is ot offering docker option thanks in advance
- Create a virtual environment in the Crypto-Signal directory using the following command: python3 -m venv env
- Activate the environment: source env/bin/activate
- pip install --upgrade pip
- cd app
- pip install -r requirements-step-1.txt
- pip install -r requirements-step-2.txt
- In order to run: python app.py (Note: Give enough permissions to the chart directory and the files in it. ) After installing virt env and required libraries in it, you can run the script with the commands (in Crypto-Signal directory): source env/bin/activate cd app python app.py