rockstar-py
rockstar-py copied to clipboard
rockstar-py: command not found
After pip3 install rockstar-py . I want to run this command rockstar-py --output rockstar.py -i lyrics.txt but I get this error
-bash: rockstar-py: command not found
I was also facing the same issue. The following way helped me...Hopefully, it may work for you.
Step 1: Find the rockstarpy directory in the rockstar-py directory (It is the one which you have installed).
Step 2: Once you find that then keep the rockstarpy directory and file lyrics.txt in the new directory (Let's give it the name abc).
Step 3: Open your terminal and go to the directory abc.
Step 4: Run the command : python3 rockstarpy --output rockstar.py -i lyrics.txt