Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 489 Bytes

File metadata and controls

15 lines (10 loc) · 489 Bytes

How to install the library from source

To install the library from the source files:

$ python -m pip install flit
$ python -m flit install

How to install an editable version of the library from source

If you want to install a version of the library from the source files so that modifications of the source files are directly usable:

$ python -m flit install --symlink