Skip to content

Commit

Permalink
Refine wording for docs landing page and remove experimental reference
Browse files Browse the repository at this point in the history
  • Loading branch information
willingc committed May 1, 2024
1 parent ab8d5b4 commit 02b75c9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/guide/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Introduction

Rye is still a very experimental tool, but this guide is here to help you get
Rye is still a relatively young tool, and this guide is here to help you get
started. Before we dive into the installation and basic usage guide it's
important for you to understand what Rye actually is.

Expand Down
11 changes: 6 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ hide:

Rye is a comprehensive project and package management solution for Python.
Born from [its creator's](https://github.com/mitsuhiko) desire to establish a
one-stop-shop for all Python users, Rye provides a unified experience to install and manages Python
installations, `pyproject.toml` based projects, dependencies and virtualenvs
seamlessly. It's designed to accommodate complex projects, monorepos and to
facilitate global tool installations. Curious? [Watch an introduction](https://youtu.be/q99TYA7LnuA).
one-stop-shop for all Python users, Rye provides a unified experience to install Python, create `pyproject.toml` based projects, manage dependencies, ensure reproducible virtualenvs, and keep track of multiple Python versions
seamlessly.

A hassle-free experience for Python developers at every level.
Rye is designed with a "productivity first" mindset. It accommodates complex projects, monorepos and
facilitates global tool installations. Curious? [Watch an introduction](https://youtu.be/q99TYA7LnuA).

A hassle-free experience for Python developers and users at every level.

<script async defer src="https://buttons.github.io/buttons.js"></script>
<p align="center">
Expand Down

0 comments on commit 02b75c9

Please sign in to comment.