Installation
Last updated
Last updated
Install the .exe file .
Unzip the downloaded file.
Run the .exe file.
Give the .exe file network access.
Go to to access the app.
Simply close the .exe file to stop running the app.
The settings.yaml
and trades.ddb
will be created and read in the same directory as the .exe file.
Open command prompt
Pull the Docker image
docker pull paperpaws/paper-paws-poc:1.0.0
Run the Docker image
docker run --name paper-paws-app -p 8501:8501 paperpaws/paper-paws-poc:1.0.0
Clone the repository
git clone https://github.com/5zyyy/paper-paws-poc.git
Build the Docker image
docker build -t paper-paws-poc:1.0.0 .
Run Docker image (create container)
docker run --name paper-paws-app -p 8501:8501 paper-paws-poc:1.0.0
Save Docker image as .tar (optional)
docker save -o paper-paws-poc.tar paper-paws-poc:1.0.0
To run or stop the app from running, simply open Docker Desktop, navigate to containers and run/stop the app.
Clone the repository
git clone https://github.com/5zyyy/paper-paws-poc.git
Install dependencies
pip install -e .
pip install -r requirements.txt
Run the app
streamlit run .\src\app.py
Compile .exe file (optional)
python build.py
Go to to access the app
Go to to access the app