mattordev / coda

C.O.D.A is a smart assistant that I've began to rewrite. The new implementation makes use of ElevenLabs' voice synthesis and has many more features planned like GPT3.5/4 integration and home assistant capabilities
GNU Affero General Public License v3.0
1 stars 0 forks source link

Change from requirements.txt to dedicated script for installation #3

Open mattordev opened 1 year ago

mattordev commented 1 year ago

Move away from using requirements.txt overall. This is because it requires additional steps that need to be done in order to get the program working. Instead, have a .py script named something like install.py and then this can install and handle everything in one line.