Skip to content

mrtonyhuynh/sh0pee-voucher-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SH0PEE VOUCHER CRAWLER

  • Jupyter Notebook
  • Poetry (Python packaging and dependency management)

Quick start with Python: https://www.pythoncheatsheet.org/

Quick start

poetry shell
poetry install
code .

Tools

Poetry

Guide: https://www.pythoncheatsheet.org/blog/python-projects-with-poetry-and-vscode-part-1 Note: VSCode select correct interpreter for Poetry

# Init
poetry init
# poetry add flask
# poetry add pytest --dev
poetry install
# poetry update
# poetry remove foo

# Active Shell and Open by Vscode
poetry shell # spawn us inside our virtual environment
code .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published