Skip to content

veit/items

Repository files navigation

items – a simple todo list

Status

Contributors

License

CI Status

Installation

  1. Download and unpack:

    … on Linux/macOS:

    $ curl -O https://codeload.github.com/veit/items/zip/main
    $ unzip main
    Archive:  main
    
       creating: items-main/
    

    … on Windows:

    C:> curl.exe -o main.zip -O https://codeload.github.com/veit/items/zip/main
    C:> tar -xvzf main.zip
    items-main/
    items-main/.gitignore
    …
  2. Install Python packages:

    … on Linux/macOS:

    $ cd items
    $ python3 -m venv .
    $ source bin/activate
    $ python -m pip install --upgrade pip
    $ python -m pip install -e .

    … on Windows:

    C:> python -m venv .
    C:> Scripts\python -m pip install --upgrade pip
    C:> Scripts\python -m pip install -e .

Collaboration

If you have suggestions for improvements and additions, I recommend that you create a Fork of my GitHub Repository and make your changes there. You are also welcome to make a pull request. If the changes contained therein are small and atomic, I’ll be happy to look at your suggestions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages