Skip to content
  • Vladimir Kozhukalov's avatar
    Get rid of poetry · 679bfa8e
    Vladimir Kozhukalov authored
    It is easier to use plain pip if you want
    to prepare and install package dependencies
    offline. So let's use setuptools as a build
    tool and plain pip as a package manager.
    Pip allows you to download all the dependencies
    to a directory and then use this directory as
    a package repository.
    679bfa8e