There is a spelling mistake in the cd command in the README - it is written as "cd elliott-wave-analyzer", but the actual cloned directory is "elliot-waves-auto".
Failed because you didn't run pip install in the correct directory -> you're still in the original directory, so requirements.txt couldn't be found.
Correct steps:
1. Clone the repository
git clone https://github.com/ESJavadex/elliot-waves-auto.git
2. Enter the correct directory name (note that it is elliot-waves-auto, not elliott-wave-analyzer)
cd elliot-waves-auto
3. Install Dependencies
pip install -r requirements.txt
There is a spelling mistake in the cd command in the README - it is written as "cd elliott-wave-analyzer", but the actual cloned directory is "elliot-waves-auto".
Failed because you didn't run
pip installin the correct directory -> you're still in the original directory, sorequirements.txtcouldn't be found.Correct steps:
1. Clone the repository
gitclone https://github.com/ESJavadex/elliot-waves-auto.git2. Enter the correct directory name (note that it is elliot-waves-auto, not elliott-wave-analyzer)
cdelliot-waves-auto3. Install Dependencies
pipinstall -r requirements.txt