From cf6bcbec143f16e175c672b4eb70ae7bac8c915d Mon Sep 17 00:00:00 2001 From: Sermet Pekin Date: Mon, 19 Aug 2024 22:42:32 +0300 Subject: [PATCH] docs --- docs/source/api_key.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/api_key.rst b/docs/source/api_key.rst index f8b3c38..fd4fb3e 100644 --- a/docs/source/api_key.rst +++ b/docs/source/api_key.rst @@ -1,10 +1,10 @@ Api Key Configuration -============= +========================== You can configure api_key and proxies for your application by defining them in a `.env` file. The script will load your proxies from this file if it is available. Creating a `.env` File -============= +========================== Create a `.env` file in the root directory of your project and define your proxies as shown below: @@ -45,7 +45,7 @@ To set environment variables on Windows, you can use the `setx` command in the C Linux and macOS ----------- +------------------ To set environment variables on Linux or macOS, you can use the `export` command in the terminal: .. code-block:: bash