From b6abb5f046a7a254bb76a2ac1d7aac9a63c90158 Mon Sep 17 00:00:00 2001 From: "Gerben J. de Boer" Date: Fri, 26 Apr 2024 11:17:26 +0200 Subject: [PATCH] Update README.md pip install 1.6.0, so I explain how to do use the latest 1.6.1 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 790ab2bc..c81e3bce 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,11 @@ The book is only build from the master branch and the special "feature/book" bra ## Installation -To install OpenCLSim, run this command in your terminal. This is the preferred method to install OpenCLSim, as it will always install the most recent stable release. In general you want to install python software in a virtual environment, either using [anaconda](https://docs.anaconda.com/anaconda/install/) or through python's default [virtual environment](https://docs.python.org/3/tutorial/venv.html). +To install OpenCLSim, run this command in your terminal. This is the preferred method to install OpenCLSim, as it will always install the most recent stable release. In general you want to install python software in a virtual environment, either using [anaconda](https://docs.anaconda.com/anaconda/install/) or through python's default [virtual environment](https://docs.python.org/3/tutorial/venv.html). You can specifiy a specific version. ``` bash pip install openclsim +pip install openclsim==1.6.1 ``` For local development use: