Skip to content

Update README.md#14

Open
Anysja wants to merge 1 commit intokairosight:masterfrom
Anysja:patch-2
Open

Update README.md#14
Anysja wants to merge 1 commit intokairosight:masterfrom
Anysja:patch-2

Conversation

@Anysja
Copy link
Copy Markdown
Contributor

@Anysja Anysja commented Sep 6, 2022

Adding more information about what package to select on a Mac, as well as adding the list of packages that will need installed in Spyder before the program will run.

Adding more information about what package to select on a Mac, as well as adding the list of packages that will need installed in Spyder before the program will run.
16. Open kairosight_retro.py and hit the play button
6. Close the Anaconda Prompt
7. Open terminal
8. Enter the following command: 'conda create -n kairosight_env.yml'
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When you create a conda environment like this, the name of the environment is defined by the first line of the yaml file.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I looked into it more and you're correct. I need to check the set up again, this could be why I needed to install so many packages when I ran spyder. Thank you for checking this!

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The other potential issue is that the anaconda prefix path is hardcoded at the end of the yaml file. (not part of this PR or your fault, it was like that before). You should probably update that when you get the chance.

7. Open terminal
8. Enter the following command: 'conda create -n kairosight_env.yml'
9. Proceed with 'y'
10. Enter the following command: 'conda activate kairosight_env.yml'
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure the name of the environment here matches the first line of the yaml file currently. Can you confirm this works?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants