vinc3PO / ebayKleinanzeigenAlert

Telegram Alert for ebay kleinanzeigen posts
MIT License
57 stars 15 forks source link

installation issue #8

Closed Knackwurst00 closed 1 year ago

Knackwurst00 commented 2 years ago

Hi, i think the issue is myself. I have problems in those two steps:

Install or run straight from the directory. install with pip install . run with python -m ebAlert

It doesnt allow me to start it with python. Im really a beginner. Do you have any good youtube videos as tutorial? Thanks

vinc3PO commented 2 years ago

Hi, My guess would be that your are trying to start the program from the wrong location.

  1. Clone the repository: git clone https://github.com/vinc3PO/ebayKleinanzeigenAlert.git -> Given that you have git installed
  2. run a terminal from the project folder.
    • You can either install via pip; pip install . -> then you can run run it simply by typing ebAlert
    • You can also run it without installing it: python -m ebAlert -> but you must be in the root directory of the project.

Hope that is helping.