YouWol as a desktop application
Project description
Py-YouWol
Py-YouWol is the local equivalent of the online YouWol platform, designed to run on a personal computer. While the online ecosystem of YouWol is the go-to place for sharing resources, the local installation is preferred for the development of those resources. In fact, even for daily use of YouWol, the local application provides multiple benefits.
Find out more in the Py-YouWol guide.
Links
Installation
Note: Py-YouWol can be installed from PyPi repository, see the Py-YouWol guide.
To install from source code, you will need to have Git and Python installed on your machine. Py-YouWol support the Python versions 3.8 & 3.9.
Once you have those, you can follow these steps:
- Clone the repository from GitHub:
git clone https://github.com/youwol/py-youwol
- Navigate to the project directory:
cd py-youwol
- Create a virtual environment (recommended) using python3:
python3 -m venv yw_venv
- Activate the virtual environment:
source yw_venv/bin/activate
(on Linux/Mac) oryw_venv\Scripts\activate
(on Windows) - Install the required packages:
pip install -r requirements.txt
- Run the application:
python main.py
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file youwol-0.1.12.tar.gz
.
File metadata
- Download URL: youwol-0.1.12.tar.gz
- Upload date:
- Size: 518.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8029a9ae73c83fdaf097b6b576f97e7d8163da63df0f89a1805c20a4e89426ba |
|
MD5 | 18ff8b546ad63986b275f8fa1ec07113 |
|
BLAKE2b-256 | 95fa04f662bd3ce963f45975bd11ad115db04ec5b6f01eb357ac85bbdd863571 |
File details
Details for the file youwol-0.1.12-py3-none-any.whl
.
File metadata
- Download URL: youwol-0.1.12-py3-none-any.whl
- Upload date:
- Size: 671.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f06e6e3e96e006c75f6e8e6e53134feea29aef7fd6d17f0bf98f39d89ad09014 |
|
MD5 | a5815d6ddf2121998768daaba86347a5 |
|
BLAKE2b-256 | e03355d8ffa50282a8ae78f9dff778534075122586b7b3557927cd94ab03ce36 |