Installing and importing Strengths¶
The Strengths package is available from the Python Package Index PyPI. It can be installed with:
pip install strengths
Once this is done, you should be able to import Strengths’s core features with:
import strengths
Please look at the dependencies section to learn about packages that you need to have installed to have Strengths working, especially NumPy.