From b13a90cd4c552921a03e88cdab6354f5655ac705 Mon Sep 17 00:00:00 2001 From: pliny <133052465+elder-plinius@users.noreply.github.com> Date: Tue, 2 Apr 2024 21:48:14 -0700 Subject: [PATCH] Update README.md --- README.md | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index c3085e6..3d4a779 100644 --- a/README.md +++ b/README.md @@ -12,36 +12,30 @@ Dioscuri is a liberated version of Gemini chat. ### Setup Clone the repository to your local machine: -bash -git clone https://github.com/yourgithub/dioscuri.git -cd dioscuri + + git clone https://github.com/yourgithub/dioscuri.git + cd dioscuri Dependencies Install the necessary Python packages: -bash - -pip install -r requirements.txt + pip install -r requirements.txt Configuration Copy the .env.example file to .env and fill in the necessary configuration values: -bash - -cp .env.example .env - Edit .env with your preferred text editor and set the required environment variables. + Running the Application To start the application, run: -bash - -streamlit run dioscuri.py + streamlit run dioscuri.py Navigate to the provided URL to interact with the application. + Contributing Feel free to fork the repository, make changes, and submit pull requests. For major changes, please open an issue first to discuss what you would like to change.