IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an
email to Administrator. User accounts are meant only to access repo
and report issues and/or generate pull requests.
This is a purpose-specific Git hosting for
BaseALT
projects. Thank you for your understanding!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
This page is based on `custom installation locations <http://peak.telecommunity.com/DevCenter/EasyInstall#custom-installation-locations>`, from the PEAK site.
#. Run `setup.py` script to fetch and install dependencies
::
python setup.py install
Prefix `~/.py-site-packages` can be changed to something more suitable for your setup.
**Note for Linux users:** Make sure you have the `python-dev` package installed for your Python version, as some code needs to be compiled (those are packages Gaphor depends on, not Gaphor itself).
**Note for Ubuntu Linux users:** Make sure you have the `build-essential` package installed. This package installs header files and what more, required to compile the C-extensions of `zope.interface`.
Windows
-------
**NOTE:** For Windows users it may be simpler to just forget about custom installation locations. Just follow the instructions on [wiki:Win32] and you should be set.
#. Distutils requires a HOME variable where it can find the configuration file. So in your Control Panel -> System -> Advanced -> Environment Variables add the following:
::
HOME=C:\Documents and Settings\yourname\Home
#. Create a directory `C:\Documents and Settings\yourname\Home`. Also create `%HOME%\py-site-packages`.