Development#
Start by forking the repository
Clone the repository and
cd
to it
$ git clone https://github.com/{YOUR_GITHUB_USERNAME}/SkillNER.git
$ cd SkillNER
Install the package in development mode
$ pip install -e .[dev]
Et voilà you’re ready to hit the ground running!
To build the documentation, run the followings
$ cd doc
$ make html