-
Python and pip: Ensure Python and pip are installed. Verify your installation by running:
python --version pip --version
-
Conda: Install Anaconda or Miniconda. Download from Anaconda or Miniconda.
-
Clone the repository:
git clone [email protected]:Bio2Byte/gpcrchimeradb-docs.git cd gpcrchimeradb-docs
-
Create a new conda environment with Python 3:
conda create --name gpcrchimeradb-docs python=3 conda activate gpcrchimeradb-docs
-
Install the required packages:
cd docs pip install -r requirements.txt
-
Build the HTML documentation using the make command:
make html
-
Add, commit, and push the changes. After about a minute, the updates will be visible on the web server!