Skip to content

xosun/pycomputer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

Prerequisites:

  • Python 3.7+

Steps

Create virtual environment

python -m venv .venv

Activate it

On Unix-like systems

source .venv/bin/activate

On Windows

source .venv\Scripts\activate

Install dependencies

pip install -r requirements.txt

Developing

Formatting

Format with black for python

black .

And mdformat for markdown

mdformat .

Unit testing

Test with pytest

pytest

About

A computer written in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages