Avdhesh-Varshney / Jarvis

Jarvis is an AI-powered application that allows users to control various devices and applications through voice commands, offering tailored services based on user roles.
https://jarvis-ai-assistant.streamlit.app/
MIT License
14 stars 28 forks source link

🧑‍💻: Small issue regarding naming convention for the virtual environment #83

Closed ChiragAgg5k closed 2 days ago

ChiragAgg5k commented 4 days ago

:red_circle: Title : Issue regarding naming convention for the virtual environment :red_circle: Enhancement Aim : Improve environment setup for new users :red_circle: Changes :

As stated In the README.md file, you are required to name your virtual environment to be env:

   python -m venv env
   source env/bin/activate  # On Windows, use `env\Scripts\activate`

But in the.gitignore file, the environment folder being ignored is myenv

My suggestion is to simply rename the folder in either the readme file or gitignore file.

Screenshots 📷

Screenshot 2024-06-30 at 7 06 45 PM Screenshot 2024-06-30 at 7 06 54 PM
Avdhesh-Varshney commented 4 days ago

@ChiragAgg5k go ahead.