Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zrzka committed Oct 5, 2017
1 parent 2adda07 commit 89b9b1c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 24 deletions.
3 changes: 3 additions & 0 deletions blackmamba/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@
Defaults (since 1.1.0):
* ``ignore_codes`` option is removed /ignored
* ``max_line_length`` option is removed / ignored
.. code-block:: python
'analyzer': {
Expand Down
26 changes: 2 additions & 24 deletions docs/source/user/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,30 +32,8 @@ installed.
PIP
---

If you have `StaSh <https://github.com/ywangd/stash>`_ installed and you do use
``dev`` branch, you can use ``pip`` to install / update Black Mamba. Why ``dev``?
``pip`` in ``master`` does use XML-RPC, which is a legacy PyPI API.
`This pull request <https://github.com/ywangd/stash/pull/269>`_ replaces it with
JSON API and is merged into ``dev`` branch only.

So, you've got ``StaSh`` & ``dev``?

.. code-block:: bash
pip install blackmamba -d ~/Documents/site-packages-3
How to update Black Mamba via ``pip``? Until `this PR <https://github.com/ywangd/stash/pull/272>`_
will be merged, you have to:

.. code-block:: bash
pip remove blackmamba
pip install blackmamba -d ~/Documents/site-packages-3
``pip update`` works, but it removes Black Mamba from ``site-packages-3`` and installs
latest version into the ``site-packages`` folder. Black Mamba is compatible with Python
3 only and we have to keep it in the ``site-packages-3`` folder. Don't use it
and stick with ``pip remove`` and ``pip install``.
Black Mamba no longer supports installation via ``pip``. Latest available
release is 1.0.2.


Startup
Expand Down

0 comments on commit 89b9b1c

Please sign in to comment.