Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Latest commit

 

History

History
29 lines (20 loc) · 244 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (20 loc) · 244 Bytes

Contributing

Development environment

Create Python env

make env
conda activate word2vec

Install package for developmentt

make develop

Tests

make test

Check linting and format

make check
make fmt