gaborvecsei / Stocks-Pattern-Analyzer

This tool should help discover different patterns based on similarity measures in historical (financial) data
Other
225 stars 81 forks source link

Run with a single script option mentioned in the readme doesn't work #5

Closed gurashish1singh closed 3 years ago

gurashish1singh commented 3 years ago

Since the bash script has the command "python /code/rest_api.py &" which I assume is primarily for running in the container, on local the command errors out since nothing has been copied over to /code.

gaborvecsei commented 3 years ago

The start.sh shouold be used only with docker. It is not intended to work outside. Just use python

gurashish1singh commented 3 years ago

image

Your readme mentions this. So this command doesn't work stand-alone. Maybe you should update the Readme as this is a bit misleading.

gaborvecsei commented 3 years ago

Thats a good catch!