Skip to content

Alex7Li/SleeperAgent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SleeperAgent

UCHackathon2021

Get started

python -m venv env

This creates a folder called 'env' in your current directory that holds information about your virtual python environment.

.\env\Scripts\activate

This starts the virtual environment.

Install the requirements

pip install -r requirements.txt

Get started

python -m venv env

This creates a folder called 'env' in your current directory that holds information about your virtual python environment.

.\env\Scripts\activate

This starts the virtual environment.

Install the requirements

pip install -r requirements.txt

Testing

pytest

This runs all functions prefixed by test_

Contributing

When you want to push to the repo, follow these steps

git pull
pip freeze > requirements.txt
git add /path/to/file/or/folder/to/add
git commit -m "Description of what you changed"
git push

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages