Skip to content
  • JonathonLuiten's avatar
    Update conda install instructions · 071a9c06
    JonathonLuiten authored
    Changes the conda install instructions to a one-liner instead of multiple command lines.
    This is an important change, because with the current version of conda, using the multiline version results the environment not being able to be solved in the later added packages due to clashes with the former, and thus not being able to correctly install all of the requirements.
    However, the one line version solves this and allows the install to proceed much more easily and quickly.
    071a9c06