# pyramid_tutorial **Repository Path**: ryantzh/pyramid_tutorial ## Basic Information - **Project Name**: pyramid_tutorial - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-05-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README pyramid_tutorial ====== Getting Started --------------- - Change directory into your newly created project. cd pyramid_tutorial - Create a Python virtual environment. py -3 -m venv env - Upgrade packaging tools. env\Scripts\python -m pip install --upgrade pip env\Scripts\pip install --upgrade setuptools - Install the project in editable mode with its testing requirements. env\Scripts\pip install -e ".[testing]" - Configure the database. env\Scripts\initialize_tutorial_db development.ini - Run your project's tests. env\Scripts\pytest - Run your project. env\Scripts\pserve development.ini