Skip to content

Commit

Permalink
docs: updates python version in vs instructions (QuantConnect#7014)
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneadams authored Feb 27, 2023
1 parent 3a2cae0 commit 47bfdae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ To use Lean CLI follow the instructions for installation and tutorial for usage

1. Install [.Net 6](https://dotnet.microsoft.com/download) for the project

2. (Optional) Get [Python 3.6.8](https://www.python.org/downloads/release/python-368/) for running Python algorithms
- Follow Python instructions [here](https://github.com/QuantConnect/Lean/tree/master/Algorithm.Python#installing-python-36) for your platform
2. (Optional) Get [Python 3.8.13](https://www.python.org/downloads/release/python-3813/) for running Python algorithms
- Follow Python instructions [here](https://github.com/QuantConnect/Lean/tree/master/Algorithm.Python#installing-python-38) for your platform

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

Expand Down

0 comments on commit 47bfdae

Please sign in to comment.