Skip to content
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.

vmgarcia/CSGOSim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

To run the simulation you need to manually install two pieces of software. These are Virtualenv: https://virtualenv.pypa.io/en/latest/ PiP: https://pypi.python.org/pypi/pip

  1. First clone the repository to a local directory with git
  2. Then navigate into the directory
  3. Then create a virtual environment with the command

virtualenv .

  1. Then run the command below to install dependencies

pip install -r requirements.txt

  1. Once you have dependencies installed all you need to do is run the command below to run the simulation

python bettor.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages