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

Commit

Permalink
tensorflow=1.15 for conda on windows
Browse files Browse the repository at this point in the history
See #56
  • Loading branch information
kushalkolar committed Jun 3, 2021
1 parent 4684aba commit 4a465ab
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/source/user_guides/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ When you start the VM, just double click the mesmerize launcher on the desktop.

The details for the user account on the VM are:

username: ``user`` |
password: ``password`` |
| username: ``user``
| password: ``password``
You can use the same password for ``sudo``.

Expand Down Expand Up @@ -237,6 +237,10 @@ You will need a relatively recent version of Anaconda in order to run conda comm

conda activate mesmerize
#. Install tensorflow v1.15::

conda install tensorflow=1.15
#. Install caiman::

conda install -c conda-forge caiman
Expand Down

0 comments on commit 4a465ab

Please sign in to comment.