Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
VIGNET Pierre
cadbiom
Commits
bf0c42a5
Commit
bf0c42a5
authored
Mar 15, 2020
by
VIGNET Pierre
Browse files
[doc] Add extra_require section for setup.py; Update distros names
parent
4192c98a
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/source/installation.rst
View file @
bf0c42a5
...
...
@@ -73,8 +73,8 @@ As you will see, **most of the packages are required only by the Cadbiom GUI**,
whose installation is optional for simplification purposes.
Debian-like systems (Ubuntu)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Debian-like systems (
Debian/
Ubuntu
/Mint
)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~
- python2.7-dev
- libxml2-dev
...
...
@@ -91,8 +91,8 @@ You can install these dependencies with the following shell command::
$ sudo apt-get install python-gtksourceview2 python2.7-dev libxml2-dev libxslt1-dev \
libxslt1-dev libgraphviz-dev pkg-config python-glade2 python-gtk2 python-tk
Red Hat-like systems (Fedora/CentOS)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Red Hat-like systems (
RHEL/
Fedora/CentOS)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~
- python-devel
- libxml-devel
...
...
@@ -219,6 +219,9 @@ The ``make dev_install`` command uses ``pip install -e .[dev]`` command which al
you to follow the development branch as it changes by creating links in the right places
and installing the command line scripts to the appropriate locations.
Moreover, it installs packages listed in the dev section of ``extras_require`` in
``setup.py/setup.cfg``, in addition to any normal cadbiom dependencies as necessary.
Please note that your changes in the code are directly usable without having to reinstall the packages.
Then, if you want to update Cadbiom at any time, in the same directory do:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment