Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kfields/pugsley-lite
Python User Group Website with Flask
https://github.com/kfields/pugsley-lite
Last synced: 3 days ago
JSON representation
Python User Group Website with Flask
- Host: GitHub
- URL: https://github.com/kfields/pugsley-lite
- Owner: kfields
- License: mit
- Created: 2019-04-06T05:09:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T22:22:33.000Z (almost 2 years ago)
- Last Synced: 2023-04-04T15:53:22.662Z (over 1 year ago)
- Language: CSS
- Size: 11.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Pugsley Lite
## Installation
1. Navigate to a directory where you keep your software projects:
cd projects
2. Clone the repository:
git clone https://github.com/kfields/pugsley-lite.git
3. Navigate to the new directory which contains the repository.cd pugsley-lite
4. Create a Python 3 virtual environment called `env`:
python3 -m venv env
5. Activate the environment:source env/bin/activate
6. Install required packages:pip install -r requirements.txt
## Development
1. Activate the virtual environment, if not already active:
cd pugsley-lite
source env/bin/activate
2. Launch the Flask application in debug mode:./dev