Skip to content

Commit

Permalink
small updates
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixTJDietrich committed Nov 11, 2023
1 parent 73faf48 commit 08b526d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/run/playground.rst
Original file line number Diff line number Diff line change
@@ -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 <https://nextjs.org/>`_.
To run the playground, run the following command in the ``playground`` folder:

Expand Down
2 changes: 1 addition & 1 deletion docs/setup/install.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Python and Poetry Setup
===========================================

- Athena requires Python 3.10. You can install it from the `Python website <https://www.python.org/downloads/>`_.
- Athena requires Python 3.11. You can install it from the `Python website <https://www.python.org/downloads/>`_.
- Athena uses `Poetry <https://python-poetry.org/>`_ instead of pip to manage dependencies. You can find installation instructions on the `Poetry website <https://python-poetry.org/docs/>`_.

You can install all dependencies of a poetry project using
Expand Down

0 comments on commit 08b526d

Please sign in to comment.