# programmer_prepares **Repository Path**: walterfan/programmer_prepares ## Basic Information - **Project Name**: programmer_prepares - **Description**: guide for interviewer and interviewee - **Primary Language**: HTML - **License**: CC0-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-17 - **Last Updated**: 2024-05-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # A Programmer Prepares 程序员的自我修养 Like ["An Actor Prepares"](https://www.amazon.com/Actor-Prepares-Constantin-Stanislavski/dp/0878309837), this is my personal note on programmers’ self-cultivation. Online version: https://walterfan.github.io/programmer_prepares # Prepare environment ``` brew install libev brew install python3 virtualenv -p python3 venv source venv/bin/activate ``` # Sphinx installation ``` pip install sphinx pip install sphinx_rtd_theme pip install recommonmark sphinx-quickstart vi source/conf.py Repalce alabaster with sphinx_rtd_theme ```