codezonediitj / pydatastructs

A python package for data structures and algorithms
https://pydatastructs.readthedocs.io/en/stable/
Other
199 stars 269 forks source link

Creating an environment.yml file in the project root. #449

Closed czgdp1807 closed 2 years ago

czgdp1807 commented 2 years ago

As the title says an environment.yml file for setting up conda environments will ease out the workflow for new contributors. As of now, they have to install test and docs requirements in separate command after separately creating the environment. With this yml file, everything will be done in a single command.

Rupesh-Darimisetti commented 2 years ago

Refer #480 for the environment setup