Repository URL to install this package:
|
Version:
0.1.dev43+g5333595 ▾
|
This section outlines how to set up a development environment for kiara. For now, it is basically a description of how I setup my own environment, so you might or might not have to adapt some of those steps to your own needs, depending on the tools you use for Python development.
The first step is to decide which source code repositories to check out. In most cases, you'll want to check out at least the following repositories:
In addition, it usually also makes sense to check out at least the tabular plugin, and probably the others as well, depending on what exactly you want to achive, and in which areas you want to work in:
Then there are the more frontend focussed projects:
I've written a script to partly automate the process:
Feel free to adapt it to your needs (for example, fork the repos you are in on Github, and change the GITHUB_USER variable to your own), and run it locally (on Linux or MacOS). You can start of with disabling most project repositories, and uncomment/add them later on, as needed, and re-run.
Before you run this script, make sure you have a virtualenv (or conda env) activated, otherwise the packages would be installed into your gloabl Python environment.
This depends on your IDE, obviously. I use PyCharm, so what I do usually is:
cd into itsrc folder as 'Sources Root' (right-click on the folder, select 'Mark Directory as' -> 'Sources Root'), and tests as 'Tests Sources Root"