SpecialistOff.NET / Вопросы / Статьи / Фрагменты кода / Резюме / Метки / Помощь / Файлы
НазадМетки: buildbot
There are many ways to get the code on your machine. We will use the easiest one: via pip
in a virtualenv. It has the advantage of not polluting your operating system, as everything will be contained in the virtualenv.
To make this work, you will need the following installed:
Preferably, use your distribution package manager to install these.
You will also need a working Internet connection, as virtualenv and pip will need to download other projects from the Internet.
Note
Buildbot does not require root access. Run the commands in this tutorial as a normal, unprivileged user.