Delete environment in conda

Install conda environment

Install Conda Environments

Wie sieht ein env-file aus?

Untitled

One more example:

name: smsscraper
dependencies:
  - alembic
  - Flask-APScheduler
  - apscheduler>=3.7.0
  - python=3.10  # temporary fix, to be removed asap
  - sqlalchemy=1.4.46 # temporary fix, to be removed asap
  # for tests:
  - pytest
  - pip:
      - --extra-index-url <https://nexus.prod.oscp.easycredit.intern/repository/analytics-hosted-pypi/simple>
      - analytics_api>2,<3