---
title: "Download and Configure Aspose.Words in Python"
---


## Download Required Libraries

Download required libraries mentioned below. These are the required for executing Aspose.Words Java for Python examples.

- [Aspose.Words for Java Component](https://releases.aspose.com/words/java/)
- [JPype](https://pypi.org/project/JPype1/)

## Download Examples from Social Coding Sites

Following releases of running examples are available to download on below mentioned social coding sites:

### GitHub

- [Aspose.Words Java for Python Examples](https://github.com/aspose-words/Aspose.Words-for-Java/tree/master/Plugins/Aspose_Words_Java_for_Python)

## How to configure the source code

Please follow these simple steps in order to open and extend the source code while using:

1. Install only Python 3.x.x.x from: <https://www.python.org/downloads/>
2. Install JPype from: <https://pypi.org/project/JPype1/>
3. Install Java JDK from: <https://www.oracle.com/java/technologies/downloads/>
4. Download Aspose.Words for Java APIs you want to use in your python projects from: <https://downloads.aspose.com/words/java> and copy downloaded APIs’s .jars into %Python%/lib folder.
5. Clone [Aspose.Words Java for Python Examples](https://github.com/aspose-words/Aspose.Words-for-Java/tree/master/Plugins/Aspose_Words_Java_for_Python) from github.
