Skip to content

Error during Installation #3

Description

@caiyixuan2003-cmyk

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions