Commit 252453f8 authored by Michael Gussert's avatar Michael Gussert Committed by Kelly Guo

Updates python version in quickstart guide (#497)

see title

## Checklist

- [X] I have run the [`pre-commit` checks](https://pre-commit.com/) with
`./isaaclab.sh --format`
- [X] I have made corresponding changes to the documentation
- [X] My changes generate no new warnings
- [X] I have added tests that prove my fix is effective or that my
feature works
- [X] I have updated the changelog and the corresponding version in the
extension's `config/extension.toml` file
- [X] I have added my name to the `CONTRIBUTORS.md` or my name already
exists there

<!--
As you go through the checklist above, you can mark something as done by
putting an x character in it

For example,
- [x] I have done this task
- [ ] I have not done this task
-->
parent 21009741
......@@ -32,8 +32,8 @@ To begin, we first define our virtual environment.
.. code-block:: bash
# create a virtual environment named env_isaaclab with python3.10
conda create -n env_isaaclab python=3.10
# create a virtual environment named env_isaaclab with python3.11
conda create -n env_isaaclab python=3.11
# activate the virtual environment
conda activate env_isaaclab
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment