Skip to content

Commit

Permalink
docs: Update docs (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeDongGeon1996 authored Dec 27, 2023
1 parent 3c35dc2 commit cdd7bf3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/pages/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ layout: page

### Installation and setup

Stock Indicators for Python has dependency on [PythonNet](https://github.com/pythonnet/pythonnet), which uses CLR.
Check that you have CLR installed. We are currently using **.NET 6**.
Stock Indicators for Python has dependency on [PythonNet](https://github.com/pythonnet/pythonnet), which uses [CLR(Common Language Runtime)](https://learn.microsoft.com/dotnet/standard/clr).
Check that you have CLR installed. It currently supports **.NET 6 or above**. Note that, the latest CLR has better performance on it.

- [download and install .NET 6.0](https://dotnet.microsoft.com/en-us/download/dotnet)
- [download and install the latest .NET](https://dotnet.microsoft.com/download/dotnet)

Find and install the **stock-indicators** Python package into your environment. See [more help](https://packaging.python.org/en/latest/tutorials/installing-packages/) for installing packages.

Expand Down

0 comments on commit cdd7bf3

Please sign in to comment.