Skip to content

Commit bc7bafa

Browse files
committed
Update readme.md for vscode and vs
1 parent 28c4677 commit bc7bafa

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

.vs/readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ This document contains information regarding ways to use Visual Studio to work w
1212

1313
<h2>Option 1: Lean CLI</h2>
1414

15-
To use Lean CLI follow the instructions for installation and tutorial for usage in our [documentation](https://www.quantconnect.com/docs/v2/lean-cli/getting-started/lean-cli).
15+
To use Lean CLI follow the instructions for installation and tutorial for usage in our [documentation](https://www.quantconnect.com/docs/v2/lean-cli/key-concepts/getting-started).
1616

1717
<br />
1818

1919
<h2>Option 2: Install Locally</h2>
2020

21-
1. Install [.Net 6](https://dotnet.microsoft.com/download) for the project
21+
1. Install [.Net 9](https://dotnet.microsoft.com/en-us/download/dotnet/9.0) for the project
2222

23-
2. (Optional) Get [Python 3.8.13](https://www.python.org/downloads/release/python-3813/) for running Python algorithms
24-
- Follow Python instructions [here](https://github.com/QuantConnect/Lean/tree/master/Algorithm.Python#installing-python-38) for your platform
23+
2. (Optional) Get [Python 3.11.11](https://www.python.org/downloads/release/python-31111/) for running Python algorithms
24+
- Follow Python instructions [here](https://github.com/QuantConnect/Lean/tree/master/Algorithm.Python#installing-python-311) for your platform
2525

2626
3. Get [Visual Studio](https://visualstudio.microsoft.com/vs/)
2727

@@ -35,7 +35,7 @@ Your environment is prepared and ready to run lean
3535

3636
<h1>How to use Lean</h1>
3737

38-
This section will cover configuring, launching and debugging lean. This is only applicable to option 2 from above. This does not apply to Lean CLI, please refer to [CLI documentation](https://www.quantconnect.com/docs/v2/lean-cli/getting-started/lean-cli)
38+
This section will cover configuring, launching and debugging lean. This is only applicable to option 2 from above. This does not apply to Lean CLI, please refer to [CLI documentation](https://www.quantconnect.com/docs/v2/lean-cli/key-concepts/getting-started)
3939

4040
<br />
4141

.vscode/readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ If you would like to mount any additional local files to your container, checkou
5151

5252
<h2>Option 3: Install Dependencies Locally</h2>
5353

54-
1. Install [.NET 6](https://dotnet.microsoft.com/en-us/download/dotnet/6.0) for the project
54+
1. Install [.NET 9](https://dotnet.microsoft.com/en-us/download/dotnet/9.0) for the project
5555

56-
2. (Optional) Get [Python 3.8.13](https://www.python.org/downloads/release/python-3813/) for running Python algorithms
57-
- Follow Python instructions [here](https://github.com/QuantConnect/Lean/tree/master/Algorithm.Python#installing-python-38) for your platform
56+
2. (Optional) Get [Python 3.11.11](https://www.python.org/downloads/release/python-31111/) for running Python algorithms
57+
- Follow Python instructions [here](https://github.com/QuantConnect/Lean/tree/master/Algorithm.Python#installing-python-311) for your platform
5858

5959
3. Get [Visual Studio Code](https://code.visualstudio.com/download)
6060
- Get the Extension [C#](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp) for C# Debugging

Algorithm.Python/readme.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ export PATH="$HOME/miniconda3/bin:$PATH"
7777
wget https://cdn.quantconnect.com/miniconda/Miniconda3-py311_24.9.2-0-Linux-x86_64.sh
7878
bash Miniconda3-py311_24.9.2-0-Linux-x86_64.sh -b -p /opt/miniconda3
7979
rm -rf Miniconda3-py311_24.9.2-0-Linux-x86_64.sh
80-
conda update -y python conda pip
8180
```
8281
2. Create a new Python environment with the needed dependencies
8382
```

0 commit comments

Comments
 (0)