Commit a32a696e authored by zhe chen's avatar zhe chen
Browse files

Use python 3.9

parent 41b18fd8
......@@ -29,7 +29,7 @@ cd InternImage
- Create a conda virtual environment and activate it:
```bash
conda create -n internimage python=3.7 -y
conda create -n internimage python=3.9
conda activate internimage
```
......
......@@ -18,7 +18,7 @@ cd InternImage
- Create a conda virtual environment and activate it:
```bash
conda create -n internimage python=3.7 -y
conda create -n internimage python=3.9
conda activate internimage
```
......
......@@ -18,7 +18,7 @@ cd InternImage
- Create a conda virtual environment and activate it:
```bash
conda create -n internimage python=3.7 -y
conda create -n internimage python=3.9
conda activate internimage
```
......
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