Make sure to have installed 'pyramid and mongodb'.
Start a MongoDB server running on localhost, port 27017.
With the command prompt open in the folder where the development.ini file is located. Run the pip command.
pip install -e .Then, serve the application.
pserve development.iniThe application will be served at http://localhost:6543.