do i need to download packages before imporing a project code example
Example 1: how to install python libraries
python -m pip install SomePackage
Example 2: install packages with pip from python
pip3 install <package_name>
python -m pip install SomePackage
pip3 install <package_name>