You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am new on python ant I wanted to make a backend to commit thing to a custom server posting entries json
I on found thing documentation some information about writing my on backend, but maybe due my lack of expeirence with pyton I am not able to build a package or create the plugin and register it locally.
Do I have to publish the package to the python registry? there's a what to install lit locally from a path?
The text was updated successfully, but these errors were encountered:
You don’t need to publish your backend plugin to test it.
From your plugin directory, run python -m pip install taxi to install Taxi (make sure you’re in a virtual environment first). If your plugin is registered in the entry points as explained in the docs you should then be able to use it in your configuration file. Note that you might have to install your backend plugin as well (use python -m pip install -e . for that, this will install your plugin in "editable" mode so you don’t need to reinstall it on every change).
I am new on python ant I wanted to make a backend to commit thing to a custom server posting entries json
I on found thing documentation some information about writing my on backend, but maybe due my lack of expeirence with pyton I am not able to build a package or create the plugin and register it locally.
Do I have to publish the package to the python registry? there's a what to install lit locally from a path?
The text was updated successfully, but these errors were encountered: