Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

How do I run the code???? #118

Open
maverickteckh opened this issue Dec 13, 2022 · 3 comments
Open

How do I run the code???? #118

maverickteckh opened this issue Dec 13, 2022 · 3 comments

Comments

@maverickteckh
Copy link

I have absolutely no clue how to run the code and I don't have experience with python or jyputer notebook????? Help!

@nil-andreu
Copy link

Hey!
Well, you would need to follow some steps (recommended):

  1. Install python if you do not have it, and create a virtual environment in the same place as where you have the repository in your local file system: python3 -m venv venv.
  2. Activate the environment: source venv/bin/activate. This command will work for Linux & Mac, for Windows would be: venv/scripts/activate.
  3. Install jupyter notebook: pip3 install jupyter, and run it: jupyter notebook.
  4. Now you can go to the .ipynb files, install the dependencies (would have to search for each of them in google), and run the cells!

@maverickteckh
Copy link
Author

maverickteckh commented Feb 19, 2023 via email

@nil-andreu
Copy link

Anything else let me know if you want @Maxwick456 !

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants