diff --git a/docs/index.rst b/docs/index.rst index 599f50d6..b079f8b4 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -22,8 +22,7 @@ What is PrimAITE built with * `Stable Baselines 3 `_ is used as a default source of RL algorithms (although PrimAITE is not limited to SB3 agents) * `Ray RLlib `_ is used as an additional source of RL algorithms * `Typer `_ is used for building CLIs (Command Line Interface applications) -* `Tensorflow `_ is used for training and inference of neural networks in machine learning -* `Jupyterlab `_ is used an extensible environment for interactive and reproducible computing, based on the Jupyter Notebook and Architecture +* `Jupyterlab `_ is used as an extensible environment for interactive and reproducible computing, based on the Jupyter Notebook Architecture * `Platformdirs `_ is used for finding the right location to store user data and configuration but varies per platform * `Plotly `_ is used for building high level charts diff --git a/docs/source/getting_started.rst b/docs/source/getting_started.rst index a5643510..e0254cdb 100644 --- a/docs/source/getting_started.rst +++ b/docs/source/getting_started.rst @@ -7,7 +7,7 @@ Getting Started Pre-Requisites -In order to get **PrimAITE** installed, you will need to have the following installed: +In order to get **PrimAITE** installed, you will need to have a python version between 3.8 and 3.10 installed. If you don't already have it, this is how to install it: .. tabs:: lang