MitchellAcoustics/Soundscapy

Add from-scratch setup instructions for python novices

Aperta

#158 aperta il 15 mag 2026

 (1 commento) (0 reazioni) (1 assegnatario)Python (12 fork)auto 404
documentationgood first issue

Metriche repository

Star
 (58 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

What would you like to see?

Lots of our users are not familiar with setting up python or virtual environments, causing some particular issues for dealing with the R and python mixed environment issues.

We should add a page to the docs with from-scratch recommended python setup instructions. e.g.

  1. Install a conda environment manager (mamba)
  2. Install an IDE such as vs code
  3. Create a project folder
  4. Create a new conda environment for soundscapy, using mamba
  5. How to open a Jupyter notebook, etc. in the IDE and connect to the conda environment
  6. etc.

Why would this help?

No response

Extra details (optional)

No response

Guida contributor