A modified version of phy, which adds support for 2D spatial activation plots.
See also my modified version of phy-contrib.
-
Make sure that you have miniconda installed. You can choose the Python 3.6 64-bit version for your operating system (Linux, Windows, or OS X).
-
Download the environment file.
-
Open a terminal (on Windows,
cmd
, not Powershell) in the directory where you saved the file and type:conda env create -n phy source activate phy # omit the `source` on Windows pip install git+https://github.com/brykko/phy.git pip install git+https://github.com/brykko/phy-contrib.git
-
Done! Now, to use phy, you have to first type
source activate phy
in a terminal (omit thesource
on Windows), and then callphy
.
To get the latest version of the software, open a terminal and type:
source activate phy # omit the `source` on Windows
pip install git+https://github.com/brykko/phy.git git+https://github.com/brykko/phy-contrib.git --upgrade
Please refer to the main phy repository for documentation.