diff --git a/README.md b/README.md index c9eed7a..938a908 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ Note 4: V2 series are built upon **Ghidra** and trained on 2 billion tokens to * ``` git clone https://github.com/albertan017/LLM4Decompile.git cd LLM4Decompile -conda create -n 'llm4decompile' python=3.9 -y +conda create -n llm4decompile python=3.9 -y conda activate llm4decompile pip install -r requirements.txt ```