Skip to content
This repository has been archived by the owner on Dec 25, 2019. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 297 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 297 Bytes

PyStanLeeBot

In development.

Requirements

Common Commands

  • py -m venv env
  • .\env\Scripts\activate
  • To install requirements: pip install -r requirements.txt
  • To update requirements: pip freeze > requirements.txt