Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Planetside-Stats

Installation

Requirements

Setting up a Virtual Environment

  1. Install virtualenv with the command pip install virtualenv
  2. Create a new virtual environment with virtualenv venv
  3. Start the virtual environment by running .\venv\Scripts\activate
  4. Install the necessary python packages with this command:
    pip install flask flask-caching waitress python-dotenv
    

Run the command deactivate to exit the virtual environment when done

Setting the environment variables

  • Create/Set the environment variable DBG_SERVICE_ID to your Daybreak Games issued Service ID in a .env file

Running

  1. Start the virtual environment by running .\venv\Scripts\activate
  2. Use the command python app.py to start the application
  3. Open your browser and navigate to http://127.0.0.1:8080/

Run the command deactivate to exit the virtual environment when done

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages