Vumc email setuptools

It looks like you're trying to set up an email account with Vanderbilt University Medical Center (VUMC) using Setuptools!

To help you with that, I'll provide some general steps and information. Please note that specific requirements might vary depending on your role, department, or affiliation with VUMC.

Step 1: Create a VUMC email account

To create a VUMC email account, you'll need to follow these steps:

  1. Go to the VUMC IT website (it.vumc.org) and click on "Employee Resources" or "Student Resources" depending on your affiliation.
  2. Click on "Email" and then "Create a New Email Account."
  3. Fill out the required information, including your name, Vanderbilt University Medical Center ID, and department.
  4. Choose a username and password for your email account.
  5. Click "Create Account" to complete the process.

Step 2: Set up Setuptools

To set up Setuptools for your VUMC email account, you'll need to follow these steps:

  1. Install Setuptools using pip: pip install setuptools

  2. Create a new file called setup.cfg in the root directory of your project with the following content:

    [options]
    email = your_vumc_email_address

    Replace your_vumc_email_address with your actual VUMC email address.

  3. Run the following command to configure Setuptools:

    setuptools config

    This will prompt you to enter your email address and password. Enter your VUMC email address and password to complete the configuration.

Additional Tips

I hope this helps you set up your VUMC email account with Setuptools!