portugueslab / stytra

A modular package to control stimulation and track behaviour
http://www.portugueslab.com/stytra/
GNU General Public License v3.0
42 stars 27 forks source link

environment.yml does not install Stytra #28

Closed minel-arinel closed 4 years ago

minel-arinel commented 4 years ago

I tried installing using the environment.yml file, but it does not include stytra in the site-packages. When I included the following lines in the environment.yml, it installed.

  - pip:
    - stytra
vigji commented 4 years ago

Thanks for reporting that! The reason behind it is that we often use it to install stytra in editable version, and for handling the Travis configuration. But we will specify to pip install in the instructions.