From d70f3fecfe2d70f8d8c147bd5d0930b72dd8c0bd Mon Sep 17 00:00:00 2001 From: Alif-11 <139248868+Alif-11@users.noreply.github.com> Date: Fri, 5 Jan 2024 19:51:25 -0500 Subject: [PATCH] Update README.md Removed '>' character from the start of the bash and cmd example command templates so people can easily copy and paste that code. --- README.md | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index bf3f6a74..2b9053e8 100644 --- a/README.md +++ b/README.md @@ -110,9 +110,9 @@ The quickest way to get started is to run `pip install llm-vm` in your Python en Another way to install the LLM-VM is to clone this repository and install it with pip like so: ```bash -> git clone https://github.com/anarchy-ai/LLM-VM.git -> cd LLM-VM -> ./setup.sh +git clone https://github.com/anarchy-ai/LLM-VM.git +cd LLM-VM +./setup.sh ``` The above bash script `setup.sh` only works for MacOS and Linux. @@ -120,11 +120,11 @@ The above bash script `setup.sh` only works for MacOS and Linux. Alternatively you could do this: ```bash -> git clone https://github.com/anarchy-ai/LLM-VM.git -> cd LLM-VM -> python -m venv -> source /bin/activate -> python -m pip install -e ."[dev]" +git clone https://github.com/anarchy-ai/LLM-VM.git +cd LLM-VM +python -m venv +source /bin/activate +python -m pip install -e ."[dev]" ``` If you are on Windows. You can follow either of the below two methods: @@ -132,9 +132,9 @@ If you are on Windows. You can follow either of the below two methods: Before doing any of the following steps, you have to first open Powershell as administrator and run the below command ```cmd -> Set-ExecutionPolicy RemoteSigned -> Press Y and enter -> exit +Set-ExecutionPolicy RemoteSigned +Press Y and enter +exit ``` Now you can follow either of the below two methods: @@ -142,22 +142,22 @@ Now you can follow either of the below two methods: 1. Open Powershell and do this: ```cmd -> git clone https://github.com/anarchy-ai/LLM-VM.git -> cd LLM-VM -> .\windows_setup.ps1 +git clone https://github.com/anarchy-ai/LLM-VM.git +cd LLM-VM +.\windows_setup.ps1 ``` or 2. Open Powershell and do this: ```cmd -> winget install Python.Python.3.11 -> python --version -> git clone https://github.com/anarchy-ai/LLM-VM.git -> cd LLM-VM -> python -m venv anarchyai -> anarchyai\Scripts\activate -> python -m pip install -e . +winget install Python.Python.3.11 +python --version +git clone https://github.com/anarchy-ai/LLM-VM.git +cd LLM-VM +python -m venv anarchyai +anarchyai\Scripts\activate +python -m pip install -e . ``` **Note**: 1. For the above steps to work you have to be on Windows 10 1709 (build 16299) or later build. @@ -303,4 +303,4 @@ We offer bounties for closing specific tickets! Look at the ticket labels to see ## License -[MIT License](LICENSE) \ No newline at end of file +[MIT License](LICENSE)