neokd / NeoGPT

Chat effortlessly, execute commands, and interpret code with Llama3, Phi3, and more - your local AI assistant. Enjoy seamless interaction while ensuring ultimate privacy
https://neogpt.dev
MIT License
78 stars 64 forks source link

Setup via Ananconda or MiniConda #51

Closed neokd closed 11 months ago

neokd commented 11 months ago

Add steps to setup the project via Ananconda in the readme

vbhasin999 commented 11 months ago

Hi, I'm interested in contributing, just to clarify this step: 'pip install -r requirements.txt' needs to be changed to use conda instead of pip?

neokd commented 11 months ago

We are using anaconda just to have a specific python version across all the platform and devices to avoid any compatibility issues.

You can add steps of how to install python with conda and then installating the requirements.txt

Add this section in the get started section in the readme.