Setup Guide
Learn how to set up your Book project with the BDK.
Last updated
Was this helpful?
Learn how to set up your Book project with the BDK.
Last updated
Was this helpful?
Ensure the following prerequisites are met and dependencies are installed before proceeding.
1.
2.
3.
4.
5.
6.
Set up your project using the BDK Template, a tool designed to simplify the creation of Books.
Enter the following project details or press Enter to keep the defaults:
Project Name
The name of your project.
Sample Book
Project Slug
A URL-friendly version of the project name. If not provided, this will be derived from the project name.
sample_book
Project Description
A short description of the project.
A short description of the project.
Author Name
You or your organization's name.
Kognitos
Initial Version
Initial project version.
0.1.0
Navigate into the new project directory. Replace project_slug
with your own Project Slug from the previous step:
We recommend creating a virtual environment to isolate and manage your project dependencies.
2. Create a virtual environment:
3. Activate the virtual environment
Note: To later exit the virtual environment later, run
deactivate
.
4. Install dependencies
Clone the from GitHub and initialize your project with Cookiecutter:
1. to create the virtual environment inside the project’s root directory:
Run poetry shell
or manually using the following commands: