Uploaded March 2024 | Updated September 2026, 1 week ago
Hey language learners! Ben's back at it again with an updated tutorial for one of his favorite tools, Lute!
Reading is one of the best ways to grow your vocabulary in your target language, and tools like Lute help you get the most out of your reading. From word look ups, custom dictionary readings, and highlighted words, Lute has everything a language learner needs in a reading tool. The best part? It's completely free.
Tune in to learn how to set up and use this powerful tool.
Links:
Python: refold.link/python-pip-tutorial
Lute Discord: discord.gg/CzFUQP5m8u
Run Lute on startup: refold.link/lute-on-startup
Whisper: youtu.be/okfw4qXtDVM
Lute Manual (styles): jzohrab.github.io/lute-manual/usage/themes/customstyles.html
Download Subtitle Files: youtu.be/8c8AU_FDmX8
Commands Mentioned:
pip install lute3
python -m lute.main
pip install --update lute3
http://localhost:5000/
Or, if you have python3 and pip3:
pip3 install lute3
python3 -m lute.main
pip3 install --update lute3
http://localhost:5000/
---
Refold is a company dedicated to helping language learners achieve their goals. We think it's crazy that only 1% of language learners achieve their dreams, we're here to change that.
Looking for structured guidance on your language journey?
Check out our Teach Yourself a Language course. Complete with 30 days of immersive video instruction, assignments, and hand-picked resources, we provide you with everything you need to become the master of your own language journey!
๐ Get started today: refold.link/teach-yourself-a-language-yt
โโ Read our FREE guide โโ
๐บ๏ธ Achieve true fluency via immersion with our step-by-step roadmap.
๐ https://www.refold.la/
โโ Vocabulary Decks โโ
๐ฌ Learn the most common 1k words with example sentences and native audio.
๐ https://refold.la/decks
โโ Refold Community โโ
๐ฃ๏ธ Wanna talk about language learning? Chat with the 30,000 learners in our Discord!
๐ https://refold.la/join
Hey language learners! Ben's back at it again with an updated tutorial for one of his favorite tools, Lute!
Reading is one of the best ways to grow your vocabulary in your target language, and tools like Lute help you get the most out of your reading. From word look ups, custom dictionary readings, and highlighted words, Lute has everything a language learner needs in a reading tool. The best part? It's completely free.
Tune in to learn how to set up and use this powerful tool.
Links:
Python: refold.link/python-pip-tutorial
Lute Discord: discord.gg/CzFUQP5m8u
Run Lute on startup: refold.link/lute-on-startup
Whisper: youtu.be/okfw4qXtDVM
Lute Manual (styles): jzohrab.github.io/lute-manual/usage/themes/customstyles.html
Download Subtitle Files: youtu.be/8c8AU_FDmX8
Commands Mentioned:
pip install lute3
python -m lute.main
pip install --update lute3
http://localhost:5000/
Or, if you have python3 and pip3:
pip3 install lute3
python3 -m lute.main
pip3 install --update lute3
http://localhost:5000/
---
Refold is a company dedicated to helping language learners achieve their goals. We think it's crazy that only 1% of language learners achieve their dreams, we're here to change that.
Looking for structured guidance on your language journey?
Check out our Teach Yourself a Language course. Complete with 30 days of immersive video instruction, assignments, and hand-picked resources, we provide you with everything you need to become the master of your own language journey!
๐ Get started today: refold.link/teach-yourself-a-language-yt
โโ Read our FREE guide โโ
๐บ๏ธ Achieve true fluency via immersion with our step-by-step roadmap.
๐ https://www.refold.la/
โโ Vocabulary Decks โโ
๐ฌ Learn the most common 1k words with example sentences and native audio.
๐ https://refold.la/decks
โโ Refold Community โโ
๐ฃ๏ธ Wanna talk about language learning? Chat with the 30,000 learners in our Discord!
๐ https://refold.la/join





![The EASIEST Python Setup Guide for Language Learners
Hey language learners! Theres a lot of awesome free language tools out there that require setting up Python to use. But dont let that scare you! Setting it up is pretty painless, and today, Ben is going to break down how to install Python on Windows, Linux, and MacOS.
Make sure you use the timestamps below to skip to your operating system.
0:00 Intro
0:51 Windows
3:40 MacOS
4:50 Linux
6:11 Closing thoughts
Here are the resources mentioned in the video organized by operating system.
๐ช Windows
๐ Download Python: https://www.python.org/downloads/source/
๐Chocolatey: https://chocolatey.org/install#install-step2
๐ List of commands to copy and paste
โจ๏ธ python version
โจ๏ธ pip version
โจ๏ธ python3 version
โจ๏ธ pip3 version
โจ๏ธ python -m ensurepip upgrade
โจ๏ธ Get-ExecutionPolicy
โจ๏ธ Set-ExecutionPolicy AllSigned
โจ๏ธ Set-ExecutionPolicy Bypass -Scope Process -Force;
[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072;
iex ((New-Object System.Net.WebClient).DownloadString(https://community.chocolatey.org/install.ps1))
โจ๏ธ choco
โจ๏ธ choco install ffmpeg
๐ MacOS
๐ List of commands to copy and paste
โจ๏ธ python3 version
โจ๏ธ /bin/bash -c โ$(curl -fsSL
https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)โ
โจ๏ธ brew install python
โจ๏ธ brew unlink python && brew link python
โจ๏ธ python3 -m pip install โupgrade pip
โจ๏ธ brew install ffmpeg
โจ๏ธffmpeg
๐ง Linux
โ ๏ธ Remember to use ctrl + shift + v
๐ List of commands to copy and paste
โจ๏ธ sudo apt-get update && sudo apt-get upgrade -y
โจ๏ธ python3 version
โจ๏ธ sudo apt-get install python3
โจ๏ธ python3 version
โจ๏ธ sudo apt install python3-pip
โจ๏ธ pip3 version
โจ๏ธ ffmpeg -version
โจ๏ธ sudo apt-get install -y ffmpeg
Some of our favorite tools that use Python
https://youtu.be/Sjt5R6wlEIk?si=zMpVELcc0qK8gDgr
https://youtu.be/okfw4qXtDVM?si=kYNXZwBx6NlXZfuI
Refold is a company dedicated to helping language learners achieve their goals. We think its crazy that only 1% of language learners achieve their dreams, were here to change that.
Looking for structured guidance on your language journey?
Check out our Teach Yourself a Language course. Complete with 30 days of immersive video instruction, assignments, and hand-picked resources, we provide you with everything you need to become the master of your own language journey!
๐ Get started today: https://refold.link/teach-yourself-a-language-yt
โโ Read our FREE guide โโ
๐บ๏ธ Achieve true fluency via immersion with our step-by-step roadmap.
๐ https://www.refold.la/
โโ Vocabulary Decks โโ
๐ฌ Learn the most common 1k words with example sentences and native audio.
๐ https://refold.la/decks
โโ Refold Community โโ
๐ฃ๏ธ Wanna talk about language learning? Chat with the 30,000 learners in our Discord!
๐ https://refold.la/join The EASIEST Python Setup Guide for Language Learners](https://i.ytimg.com/vi/KTawAg3VgCI/mqdefault.jpg)




