From ba9c6045d221286a25c0fb8f09464edbe4ef7d9a Mon Sep 17 00:00:00 2001 From: RJbalikian <46536937+RJbalikian@users.noreply.github.com> Date: Thu, 18 Apr 2024 10:19:37 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b753b1..01a052d 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Sprit may be installed from the [pypi repository](https://pypi.org/project/sprit `pip install sprit` -The sprit package is in active development. Add the `--upgrade` argument (`pip install --upgrade`) to ensure you have the latest version. +The sprit package is in active development. Add the `--upgrade` argument (`pip install sprit --upgrade`) to ensure you have the latest version. If there are prerelease versions newer than the latest stable version that you would like to try out, use the `--pre` flag, i.e., `pip install sprit --pre`. This should be done using command line. It is recommended to do this in a virtual environment. For information on creating virtual environments in python, see [this page](https://docs.python.org/3/library/venv.html). For the creation of anaconda environments, see [here](https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html). Note that it is not officially recommended to use pip repositories in anaconda environments, but it often works without any issues.