Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS Pathfinder

This repo documents our journey into coding and computer science. It serves as a personal log of both the concepts we'll be covering and the challenges we'll be overcoming.

Table of contents

Setup the repo

This repo uses Python >= 3.12.3.

We recommend using a virtual environment for the installation of the dependencies.

Create virtual environment

# installs virtualenv:
brew install virtualenv
# creates a new virtual environment:
virtualenv venv
# activates the virtual environment:
source venv/bin/activate
# lists all installed packages in this environment:
pip list

Install dependencies

# installs all dependencies necessary for the project:
pip install -r requirements.txt

About

This repo documents our journey into coding and computer science. It serves as a personal log of both the concepts we'll be covering and the challenges we'll be overcoming.

Resources

Stars

1 star

Watchers

0 watching

Forks

Used by

Contributors

Languages