Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 574 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 574 Bytes

20C documentation

https://docs.20c.com/

VS Code Quickstart - Development Environment Setup

  1. Clone repository
git clone <repo-name>
  1. Make sure python poetry is installed globally on your system and then in the root directory run:
cd <repo-name>
poetry install
  1. Select interpreter in VS Code to the virtual environment for the project, if there are multiple, run poetry env info to identify

  1. Tests should now discover via VS Code GUI