Include setup with conda in README.md
Anaconda and Miniconda distributions are relatively popular Python bundles, especially for beginners.
These employ the conda
package to manage virtual environments, and installation of packages and dependencies.
The setup instructions of the virtual environment for the VRE-language using conda
could be useful.
These steps should be included in the Installation section of the README.md
file.