MitchellAcoustics/Soundscapy
Add from-scratch setup instructions for python novices
开放
#158 创建于 2026年5月15日
documentationgood first issue
仓库指标
- 星标
- (58 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
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.
- Install a conda environment manager (mamba)
- Install an IDE such as vs code
- Create a project folder
- Create a new conda environment for soundscapy, using mamba
- How to open a Jupyter notebook, etc. in the IDE and connect to the conda environment
- etc.
Why would this help?
No response
Extra details (optional)
No response