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

Is there a way to install it without DOCKER ? #457

Open
bluetyphoon77 opened this issue May 31, 2022 · 1 comment
Open

Is there a way to install it without DOCKER ? #457

bluetyphoon77 opened this issue May 31, 2022 · 1 comment

Comments

@bluetyphoon77
Copy link

bluetyphoon77 commented May 31, 2022

How could we do that ?
I'd like to test it in PythonAnywhere which is ot offering docker option
thanks in advance

@ahmetax
Copy link

ahmetax commented Nov 22, 2022

  1. Create a virtual environment in the Crypto-Signal directory using the following command:
    python3 -m venv env
  2. Activate the environment:
    source env/bin/activate
  3. pip install --upgrade pip
  4. cd app
  5. pip install -r requirements-step-1.txt
  6. pip install -r requirements-step-2.txt
  7. 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

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