Skip to content

sleepingkingstudios/python-reference-sheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Reference Sheet

A Flask application.

Local Development

  1. Activate the venv Virtual Environment:

    . .venv/bin/activate
  2. Install the application:

    pip install -e .
  3. Run the application:

    flask --app anaconda run --port=3000 --debug

    @note: The default port 5000 is not recommended on macOS devices due to a conflict with Airdrop services.

  4. Run the unit tests:

    pytest
  5. Run the code linter:

    pycodestyle anaconda

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors