Skip to content

wip-cwc/example_package_wakskevin

Repository files navigation

Example Python Package

Overview

example_package_wakskevin is a Python package serving as a practical example following the Python Packaging Tutorial.

Installation

To install the package from TestPyPI, use the following command:

pip install -i https://test.pypi.org/simple/ example-package-wakskevin

Alternatively

You can install the package locally after cloning the repository, follow these steps:

  1. Clone the repository:
git clone [email protected]:wakskevin/example_package_wakskevin.git
  1. Navigate to the project directory:
cd example_package_wakskevin
  1. Create a virtual environment:
python3 -m venv .venv
  1. Activate the virtual environment:

On Windows:

.venv\Scripts\activate
  1. On macOS/Linux:
source .venv/bin/activate
  1. Install the requirements:
pip install -r requirements.txt
  1. Install the package locally:
pip install .

Now, the package will be available in your virtual environment.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages