RoboCoachTechnologies / GPT-Synthesizer

Software design & development with AI
MIT License
285 stars 25 forks source link

Does it work on Mac? #1

Closed Lootoholic closed 1 year ago

Lootoholic commented 1 year ago

If I want to run it in a terminal on my Mac, is there anything that I need to do beforehand?

RoboCoachTech commented 1 year ago

In order to install GPT Synthesizer on MacOS, you need to have pip installed. Here is how to download and install pip:

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py python3 get-pip.py

now you are good to go!