Use the requirement file to install external dependencies.
For example:
pip install -r requirements
To run ArchPython, open the command prompt in this folder and type:
python src/main.pay <path_to_architeture_file> <path_to_project_source_code>
For example:
python src\main.py C:\dev\ArchPython\examples\PythonToDo\architecture.json C:\dev\ArchPython\examples\PythonToDo