SainsburyWellcomeCentre / aeon_mecha

Project Aeon's main library for interfacing with acquired data. Contains modules for raw data file io, data querying, data processing, data qc, database ingestion, and building computational data pipelines.
BSD 3-Clause "New" or "Revised" License
3 stars 5 forks source link

Update Aeon environment set-up instructions #333

Open anayapouget opened 6 months ago

anayapouget commented 6 months ago

In the option 2 set-up instructions using pip and venv:

This won't really be relevant in the future but for now we may also want to note that if you follow the option 1 set-up instructions using conda, you also have to run pip install -e . for the aeon module to be recognized.