From 08b526d91b4b6694358ec436e847ce6c519bb428 Mon Sep 17 00:00:00 2001 From: "Felix T.J. Dietrich" Date: Sat, 11 Nov 2023 12:06:03 +0100 Subject: [PATCH] small updates --- docs/run/playground.rst | 2 +- docs/setup/install.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/run/playground.rst b/docs/run/playground.rst index 4cd993084..8ac41afb1 100644 --- a/docs/run/playground.rst +++ b/docs/run/playground.rst @@ -1,7 +1,7 @@ Run the Playground =========================================== -Athena includes a playground that allows you to run and test your modules and queries. +Athena includes a playground that allows you to run and test your modules requests and offers an evaluation mode to test your module extensively. The playground is a web application built with `Next.js `_. To run the playground, run the following command in the ``playground`` folder: diff --git a/docs/setup/install.rst b/docs/setup/install.rst index a73472689..5cf21364b 100644 --- a/docs/setup/install.rst +++ b/docs/setup/install.rst @@ -1,7 +1,7 @@ Python and Poetry Setup =========================================== -- Athena requires Python 3.10. You can install it from the `Python website `_. +- Athena requires Python 3.11. You can install it from the `Python website `_. - Athena uses `Poetry `_ instead of pip to manage dependencies. You can find installation instructions on the `Poetry website `_. You can install all dependencies of a poetry project using