aidecentralized / sonar

SONAR - Self-Organizing Network of Aggregated Representations
MIT License
7 stars 27 forks source link

Add pyenv and virtual environment setup instructions #16

Open maishathasin opened 2 months ago

maishathasin commented 2 months ago

What

This PR addresses different Python versioning issues and mentions all the necessary setup steps to ensure a consistent development environment across different platforms .

How

It also includes instructions for setting up pyenv, installing the appropriate Python version, creating and activating virtual environments, this is updated in the README.md

Why

To ensure that developers can easily set up their environment regardless of the operating system they are using, and to avoid conflicts and inconsistencies that arise from different Python versions.

aishjayashankar commented 2 months ago

A quick comment. The changes in this PR seems to be removing a few changes to the latest Readme, especially in the Config and Logging sections under "Running the code". Could you please check the latest changes and add the pyenv details on top of that? Thanks!

tremblerz commented 1 month ago

Hi @maishathasin Thanks for the PR. Can you please update your PR so the old guide is not removed

maishathasin commented 1 month ago

Hi @maishathasin Thanks for the PR. Can you please update your PR so the old guide is not removed

@tremblerz Resolved! , the new commit should not change the old Readme

maishathasin commented 1 month ago

@tremblerz pinging again!