diff --git a/README.md b/README.md index 569575c..9797d7d 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,9 @@ APRICOT is a python3 module that simulates the behavior of particle beams in electromagnetic fields as they pass through various beamline elements and calculates beamline parameters at the end of the beamline. -The module needs **numpy** (vector analysis), **matplotlib** (visualization) and **scipy** (small interval calculation) modules to work. Compatible versions of required modules can be installed on your system with the following command: - -``` -pip install -r requirements.txt +**Installing via pip:** +```console +pip install apricotbl ```