aedocw / epub2tts

Turn an epub or text file into an audiobook
Apache License 2.0
528 stars 50 forks source link

Update instructions unclear #212

Closed aedocw closed 6 months ago

aedocw commented 7 months ago

It's not obvious how users are supposed to update this application. The steps are straightforward, but if you're not familiar with python and pip there's no way you would guess this. The README should be updated to tell users to:

  1. cd to repo directory
  2. git pull
  3. Activate virtual environment you installed epub2tts in
  4. pip install . --upgrade
larry77 commented 7 months ago

When I made the Linux instalation I used the command pip install . without resorting to a virtual environment. So perhaps I would need some update on the installation instructions for Linux. Not an expert on pip and virtual environment

aedocw commented 6 months ago

README has been updated.