C++ Project and Class Generator
pip install espada==2.2.2
Command line tool to generate a Cmake based C++ project.
First off you need to have a C++ Compiler such as CLang installed. As well as having CMake and Python installed on your machine. There are several ways you can install espada.
This will install espada plus all the dependencies.
Install python
Install pip
Install VirtualEnv
virtualenv .env