Skip to content
This repository has been archived by the owner on May 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #13 from jitseniesen/update-readme
Browse files Browse the repository at this point in the history
Update readme: Plugin can now be installed using conda or pip
  • Loading branch information
jitseniesen authored Apr 6, 2017
2 parents 7be0c24 + f136060 commit 0415969
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,16 @@ The code is an adaptation of the profiler plugin integrated in `spyder <https://
Install instructions
--------------------

See https://github.com/spyder-ide/spyder/wiki/User-plugins but in
short, the following command installs the development version of the
memory-profiler plugin:

::
pip install git+git://github.com/spyder-ide/spyder-memory-profiler.git
The plugin is not yet included in PyPI.

You need to also install `Spyder <https://github.com/spyder-ide/spyder>`_ (version 3.0 or higher) and `memory profiler <https://pypi.python.org/pypi/memory_profiler>`_ .
The memory-profiler plugin is available in the ``spyder-ide`` channel in
Anaconda and in PyPI, so it can be installed with the following
commands:

* Using Anaconda: ``conda install -c spyder-ide spyder-memory-profiler``
* Using pip: ``pip install spyder-memory-profiler``

All dependencies will be automatically installed. You have to restart
Spyder before you can use the plugin.


Usage
-----
Expand Down

0 comments on commit 0415969

Please # to comment.