浏览代码

remove false Python2 support claim from README

Paul Ivanov 6 年之前
父节点
当前提交
99d89f3ad6
共有 1 个文件被更改,包括 16 次插入16 次删除
  1. 16 16
      README.md

+ 16 - 16
README.md

@@ -56,9 +56,9 @@ conda install -c conda-forge jupyterlab
 
 pip is a package management system for installing and updating Python packages. pip comes with Python, so you get pip simply by installing Python. On Ubuntu and Fedora Linux, you can simply use your system package manager to install the `python3-pip` package. [_The Hitchhiker's Guide to Python_ provides some guidance on how to install Python on your system if it isn't already](https://docs.python-guide.org/starting/installation/); you can also [install Python directly from python.org](https://www.python.org/getit/). You might want to [upgrade pip](https://pip.pypa.io/en/stable/installing/) before using it to install other programs.
 
-JupyterLab uses Python, and as of July 2018 JupyterLab can use either Python2 or Python3. However, it's recommended that you install JupyterLab using Python3, even when running Python2 code - and there are different ways to do that. Therefore:
+JupyterLab uses Python, and as of August 2018 JupyterLab, Python 3.5 or higher is required.
 
-1.  If you are using Windows with Python version 3.3 or higher, use the [Python Launcher for Windows](https://docs.python.org/3/using/windows.html?highlight=shebang#python-launcher-for-windows) to use `pip` with Python version 3:
+1.  If you are using Windows with Python version 3.5 or higher, use the [Python Launcher for Windows](https://docs.python.org/3/using/windows.html?highlight=shebang#python-launcher-for-windows) to use `pip` with Python version 3:
     ```bash
     py -3 -m pip install jupyterlab
     ```
@@ -129,9 +129,9 @@ jupyter notebook --version
 
 The latest versions of the following browsers are currently _known to work_:
 
-- Firefox
-- Chrome
-- Safari
+* Firefox
+* Chrome
+* Safari
 
 See our [documentation](http://jupyterlab.readthedocs.io/en/latest/getting_started/installation.html) for additional details.
 
@@ -160,24 +160,24 @@ JupyterLab is part of [Project Jupyter](http://jupyter.org/) and is developed by
 
 JupyterLab's current maintainers are listed in alphabetical order, with affiliation, and main areas of contribution:
 
-- Chris Colbert, Project Jupyter (co-creator, application/low-level architecture,
+* Chris Colbert, Project Jupyter (co-creator, application/low-level architecture,
   technical leadership, vision, PhosphorJS)
-- Afshin Darian, Two Sigma (co-creator, application/high-level architecture,
+* Afshin Darian, Two Sigma (co-creator, application/high-level architecture,
   prolific contributions throughout the code base).
-- Jessica Forde, Project Jupyter (demo, documentation)
-- Tim George, Cal Poly (UI/UX design, strategy, management, user needs analysis)
-- Brian Granger, Cal Poly (co-creator, strategy, vision, management, UI/UX design,
+* Jessica Forde, Project Jupyter (demo, documentation)
+* Tim George, Cal Poly (UI/UX design, strategy, management, user needs analysis)
+* Brian Granger, Cal Poly (co-creator, strategy, vision, management, UI/UX design,
   architecture).
-- Jason Grout, Bloomberg (co-creator, vision, general development).
-- Fernando Perez, UC Berkeley (co-creator, vision).
-- Ian Rose, UC Berkeley (Real-time collaboration, document architecture).
-- Saul Shanabrook, Quansight (general development, extensions)
-- Steven Silvester, JPMorgan Chase (co-creator, release management, packaging,
+* Jason Grout, Bloomberg (co-creator, vision, general development).
+* Fernando Perez, UC Berkeley (co-creator, vision).
+* Ian Rose, UC Berkeley (Real-time collaboration, document architecture).
+* Saul Shanabrook, Quansight (general development, extensions)
+* Steven Silvester, JPMorgan Chase (co-creator, release management, packaging,
   prolific contributions throughout the code base).
 
 Maintainer emeritus:
 
-- Cameron Oelsen, Cal Poly (UI/UX design).
+* Cameron Oelsen, Cal Poly (UI/UX design).
 
 This list is provided to help provide context about who we are and how our team functions.
 If you would like to be listed, please submit a pull request with your information.