BitByte-TPC / alumni

Alumni Portal for IIITDM Jabalpur
https://alumni.iiitdmj.ac.in
MIT License
15 stars 54 forks source link

[DOCUMENTATION] Update readme to install different version of python #153

Closed NightFury742 closed 3 months ago

NightFury742 commented 3 months ago

Is your feature request related to a problem? Please describe.

Document additional steps to install Python3.9 and use it while creating a virtual env,

Describe the solution you'd like!

As of know, the incompatibility with the latest Python versions is creating various module version related issues when setting up the project. We need to document additional steps to install Python3.9 and use it while creating a virtual env,

Describe alternatives you've considered

None

Developer Help

Checkout Pyenv

sarthakyeole commented 3 months ago

@NightFury742 Yes, my feature request is related to the problem. I will solve the issue with the help of ‘pyenv’ such that the user can use the 3.9 version of Python for the project in a virtual environment while using the latest version of Python globally.

SamakshAgarwal1112 commented 3 months ago

@sarthakyeole Go Ahead!