Follow the instructions below and you will be ready to start your systematic review with ASReview.
Easy instructions how to install ASReview LAB
1. Check if Python is installed
2. Install ASReview LAB
Install ASReview LAB by writing the following in the Command Prompt (Windows) or Terminal (MacOS)
pip install asreview
3. Start ASReview LAB
Run the following command in the Command Prompt (Windows) or Terminal (MacOS)
asreview lab
Time to Upgrade?
We’re always making ASReview better and more secure. To ensure you’re getting the most out of your ASReview experience, remember to regularly update your software using:
pip install ––upgrade asreview
What’s next?
Join the community on the discussion platform
Participate in the Users’ Meeting or the Summer School
Read the documentation or the paper in Nature Machine Intelligence.

What’s new in v1.0?
The new version of the software has been completely re-designed and includes a nice dark mode! Version 1.0 also features a simulation mode in the front end, so that anyone can test the performance of different machine learning models. The biggest challenge was to develop a new data model. Results of the machine need to be stored as efficiently as possible (a model can easily produce a Tb of data) while at the same time, the results should be transparent and reproducible.
ASReview LAB has come a long way. Interested in the journey? Find out more about ASReview’s previous releases here >.
Check your current version by opening the menu within ASReview LAB. The version number is displayed under the ASReview logo. If necessary, you can upgrade ASReview LAB to the latest version by using the following command in the Command Prompt (Windows) or Terminal (MacOS):
pip install ––upgrade asreview