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