Skip to content

Commit bdad744

Browse files
authored
[docs] Make it more obvious that mlir_venv isn't automatically activated (#3932)
- i.e. VSCode looks for `.venv` and will automatically activate the environment - the virtual environment in this particular doc is `mlir_venv`, so activation must be manually managed by the developer
1 parent ed0b7ce commit bdad744

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/development.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ sudo apt install clang ccache lld
9595

9696
#### Configure for Building
9797

98+
1. **If you haven't already**, [activate the Python environment](#set-up-the-python-environment)
9899
1. Choose command relevant to LLVM setup:
99100
1. **If you want the more straightforward option**, run the "in-tree" setup:
100101

0 commit comments

Comments
 (0)