Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update instructions in environment_arm64.yml to match latest #205

Merged
merged 1 commit into from
Mar 5, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 1 addition & 13 deletions environment_arm64.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file may be used to create an environment using:
#
# ## Miniconda
# ## Miniconda or Anaconda
# $ conda env create --file environment_arm64.yml --subdir=osx-64
# If you are using the zsh shell, run:
# $ conda init zsh
Expand All @@ -13,18 +13,6 @@
# $ conda activate tbp.monty
# $ conda config --env --set subdir osx-64
#
# ## Anaconda (omit --subdir=osx-64)
# $ conda env create --file environment_arm64.yml
# If you are using the zsh shell, run:
# $ conda init zsh
# Or, if you are using a different shell, run:
# $ conda init
# After init, if you do not want conda to change your global shell when
# you open a new terminal, run:
# $ conda config --set auto_activate_base false
# Finally, activate the environment with:
# $ conda activate tbp.monty
#
# platform: osx-arm64
name: tbp.monty
channels:
Expand Down
Loading