#### [Miniconda](https://docs.conda.io/projects/conda/en/stable/user-guide/install/index.html) (or any other python environment manager)
#### [Miniconda](https://docs.conda.io/projects/conda/en/stable/user-guide/install/index.html) or [Pyenv](https://github.com/pyenv/pyenv) or any other python environment manager
Latest
@@ -20,17 +20,27 @@ Latest
Latest
### 1.1.1 Create a virtual environment with Conda
### 1.1.1 Create a virtual environment
Assuming you have Miniconda installed, follow these steps. If you are not using Miniconda, you can use any other python environment manger, just go to point 3 of the list and install the requirements using pip.
If you prefer to use Minconda or Pyenv, setup a virtual environment according to the following steps. If you are not using Miniconda or Pyenv, you can use any other python environment manger, just go to point 3 of the list and install the requirements using pip.
1. Follow the [instructions](https://docs.conda.io/projects/conda/en/stable/user-guide/install/index.html) to setup Miniconda.
1. Setup
1. Follow the [instructions](https://docs.conda.io/projects/conda/en/stable/user-guide/install/index.html) to setup Miniconda, OR...
2. Follow steps [A](https://github.com/pyenv/pyenv?tab=readme-ov-file#a-getting-pyenv), [B](https://github.com/pyenv/pyenv?tab=readme-ov-file#b-set-up-your-shell-environment-for-pyenv), [C](https://github.com/pyenv/pyenv?tab=readme-ov-file#c-restart-your-shell), and [D](https://github.com/pyenv/pyenv?tab=readme-ov-file#d-install-python-build-dependencies) of the [instructions](https://github.com/pyenv/pyenv?tab=readme-ov-file#installation) to setup Pyenv.
2. Create a virtual environment with Python version **3.10.16** to use with the script.