Crypto-Signal icon indicating copy to clipboard operation
Crypto-Signal copied to clipboard

run in python

Open hossain93 opened this issue 3 years ago • 1 comments

hi i want run crypto signol on jupyter notebook and i dont want use docker because i dont know anything about docker how i can do it

hossain93 avatar Jan 11 '22 16:01 hossain93

@hossain93

You can't run in jupyter notebook, but you can as a simple python program.

  • Be sure u are using code in develop branch
  • Install all dependencies in app/requirements-step-1.txt and app/requirements-step-2.txt
  • Go to app folder and run python app.py

laliux avatar Mar 22 '22 01:03 laliux