Skip to content

Commit

Permalink
update the ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
hannalee2 committed Apr 29, 2024
1 parent 76a25c5 commit d76433c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@

Parallax is a graphical user interface designed to streamline the process of setting up and performing acute *in vivo* electrophysiology experiments.

User documentation available on [here](https://parallax.readthedocs.io/en/latest/).

### Prerequisites
- Python~=3.8 (Recommended to install via [Anaconda](https://www.anaconda.com/products/individual) or [Miniconda](https://docs.conda.io/en/latest/miniconda.html))
- **Python~=3.8** (Recommended to install via [Anaconda](https://www.anaconda.com/products/individual) or [Miniconda](https://docs.conda.io/en/latest/miniconda.html))
- PySpin (for Linux or Mac OS users)


### Installation
1. Create virtual environment and activate it:
1. Create virtual environment using **Python version 3.8** and activate it:
- On Windows:
```bash
python -m venv venv
Expand Down Expand Up @@ -68,4 +69,4 @@ Windows):
If you encounter any issues or would like to contribute to the project, please check out our issues page on GitHub.

### License
Parallax is licensed under the Allen Institute Software License. For more details, see the LICENSE file.
Parallax is licensed under the MIT License. For more details, see the LICENSE file.
4 changes: 2 additions & 2 deletions docs/ReadMe.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ Parallax is a graphical user interface designed to streamline the process of set

Prerequisites
=========================
- Python~=3.8 (Recommended to install via [Anaconda](https://www.anaconda.com/products/individual) or [Miniconda](https://docs.conda.io/en/latest/miniconda.html))
- **Python~=3.8** (Recommended to install via [Anaconda](https://www.anaconda.com/products/individual) or [Miniconda](https://docs.conda.io/en/latest/miniconda.html))
- PySpin (for Linux or Mac OS users)


Installing and Upgrading
=========================

1. Create virtual environment and activate it:
1. Create virtual environment using **Python version 3.8** and activate it:
- On Windows:

.. code-block:: bash
Expand Down

0 comments on commit d76433c

Please sign in to comment.