Skip to content

AlexandreAndrade00/rp_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rp_project

Software needed

  • Python 3.10
  • Jupyter Notebook

How to run the project with system python

  1. Open one terminal
  2. Go to project root
  3. Execute "pip3 install -r requirements.txt"
  4. Execute "jupyter-notebook"
  5. Go to src/ in jupyter
  6. Open project.ipynb

How to run the project in python env

  1. Open one terminal
  2. Go to the project root
  3. Execute "python3 -m venv env/"
  4. Execute "source env/bin/activate" (to enter the env)
  5. Execute "pip3 install -r requirements.txt"
  6. Execute "jupyter-notebook"
  7. Go to src/ in jupyter
  8. Open project.ipynb

Note: Steps for Linux OS, for other OS, search the similar commands in the internet

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published